From 4507e0e593673194a7eea1122153b0626a0dca80 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 8 Nov 2020 23:28:15 +0100 Subject: [PATCH] Fixed README.md and hacs.json --- README.md | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.47.3