]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Minor fixes into Readme and info files v0.10
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 5 Jan 2021 10:32:03 +0000 (11:32 +0100)
committerGitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 5 Jan 2021 10:37:04 +0000 (10:37 +0000)
README.md
info.md

index dc823768f762fad5bdb4d665457eb361a9be46a1..7e0f51413d5e4bb1764872674f3cbfc99635dc59 100644 (file)
--- 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 48ffd46f67cc66e21e60c805334132425396b133..88dbb9e1cec76fc6ace885b0a397a6dd0360ea69 100644 (file)
--- 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