diff --git a/components/index.html b/components/index.html
index 66fae107fa..dcc73fd8e2 100644
--- a/components/index.html
+++ b/components/index.html
@@ -2310,6 +2310,20 @@ Support for these components is provided by the Home Assistant community.
+
+
station (Optionnal): The name of the weather station. Needed if several stations are associated with the account.
+
modules (Required): Modules to use. Multiple entries allowed.
+
+
module_name array (Required): Name of the module.
+
+
temperature: Current temperature.
+
co2: CO2 concentration in ppm.
+
pressure: Pressure in mbar.
+
noise: Noise level in dB.
+
humidity: Humidity in %.
+
rain: Estimated rainfall for today in mm.
+
sum_rain_1: Rainfall in the last hour in mm.
+
sum_rain_24: Rainfall in mm from 00:00am - 23:59pm.
+
WindAngle: Wind angle
+
WingStrength: Wind strength
+
GustAngle: Wind gust angle
+
GustStrength: Wind gust strength
+
min_temp: Min temperature for today
+
max_temp: Max temperature for today
+
rf_status: Current radio status per module. (90=low, 60=highest)
+
wifi_status: Wifi status per Base station
+
battery_vp: Current battery status per module.
+
+
+
+
+
+
+
Find your modules name
+
+
You can find your modules name in your online NetAtmo account. These names can be found and changed in parameters (See screenshot)
+You have to provide these name in your Home Assistant configuration file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/sensor.openweathermap/index.html b/components/sensor.openweathermap/index.html
index 89f0303e8d..8cd109be8e 100644
--- a/components/sensor.openweathermap/index.html
+++ b/components/sensor.openweathermap/index.html
@@ -166,6 +166,9 @@
diff --git a/components/sensor.yr/index.html b/components/sensor.yr/index.html
index 9e2a150448..8dfa5fa7c5 100644
--- a/components/sensor.yr/index.html
+++ b/components/sensor.yr/index.html
@@ -178,6 +178,9 @@ weather forecast is delivered by the Norwegian Meteorological Institute and the
We don’t test the web interface against all available browsers but this page tracks different browsers on various operating systems and should help you to pick a browser which works.
-
We would appriciate if you help to keep this page up-to-date and add feedback.
+
We would appreciate if you help to keep this page up-to-date and add feedback.