From: Giorgio Ravera Date: Sun, 8 Nov 2020 22:28:15 +0000 (+0100) Subject: Fixed README.md and hacs.json X-Git-Tag: v0.3~1 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=4507e0e593673194a7eea1122153b0626a0dca80;p=mercedes_me_api.git Fixed README.md and hacs.json --- diff --git a/README.md b/README.md index 726e87c..6fadaf1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Note: the APIs described above do not requires any subscription in case you use Note2: only one car is supported for the moment. ## Home Assistant Custom Component -The Home Assistant Custom Component is a component to be added in Home Assistant in order to integrate the sensors of a Mercedes-Benz car using [Mercedes Me APIs](https://developer.mercedes-benz.com/products). +The Home Assistant Custom Component is a component to be added in Home Assistant in order to integrate the sensors of a Mercedes-Benz car using [Mercedes Me API](https://developer.mercedes-benz.com/products). This component is still in development. ### Open Points - Complete OAUTH2 Authentication & Get the First Token diff --git a/hacs.json b/hacs.json index 586f8ce..7037081 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Mercedes Me Api", + "name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0",