From b8636df69da23cffd468d034e3e554baa77eda62 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 5 Jan 2021 11:32:03 +0100 Subject: [PATCH] Minor fixes into Readme and info files --- README.md | 7 ++++--- info.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc82376..7e0f514 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ This repository contains a collection of scripts (including the Home Assistant C - [Vehicle Lock Status](https://developer.mercedes-benz.com/products/vehicle_lock_status) - [Vehicle Status](https://developer.mercedes-benz.com/products/vehicle_status) -Note: the APIs described above do not require any subscription in case you use them with your own car associated with the Mercedes me Account. -Note2: not all sensors may be available in your own car; if a sensor is not available the data request returns no data. -Note3: only one car is supported for the moment. +Notes: +1) the APIs described above do not require any subscription in case you use them with your own car associated with the Mercedes me Account. +2) not all sensors may be available in your own car; if a sensor is not available the data request returns no data. +3) 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 API](https://developer.mercedes-benz.com/products). diff --git a/info.md b/info.md index 48ffd46..88dbb9e 100644 --- a/info.md +++ b/info.md @@ -18,9 +18,10 @@ This component is still in development. - [Vehicle Lock Status](https://developer.mercedes-benz.com/products/vehicle_lock_status) - [Vehicle Status](https://developer.mercedes-benz.com/products/vehicle_status) -Note: the APIs described above do not require any subscription in case you use them with your own car associated with the Mercedes me Account. -Note2: not all sensors may be available in your own car; if a sensor is not available the data request returns no data. -Note3: only one car is supported for the moment. +Notes: +1) the APIs described above do not require any subscription in case you use them with your own car associated with the Mercedes me Account. +2) not all sensors may be available in your own car; if a sensor is not available the data request returns no data. +3) only one car is supported for the moment. ## Open Points & Issues - Complete OAUTH2 Authentication & Get the First Token -- 2.47.3