Skip to content

Commit 46f1742

Browse files
glpatcernLandrash
authored andcommitted
Fixed module names after PR home-assistant#8030 (home-assistant#2875)
The module names have been consistently lower-cased, this is to reflect the change on the docs.
1 parent 32bfbe3 commit 46f1742

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/_components/sensor.netatmo.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Configuration variables:
5252
- **rain**: Estimated rainfall for today in mm.
5353
- **sum_rain_1**: Rainfall in the last hour in mm.
5454
- **sum_rain_24**: Rainfall in mm from 00:00am - 23:59pm.
55-
- **WindAngle**: Wind angle
56-
- **WindStrength**: Wind strength
57-
- **GustAngle**: Wind gust angle
58-
- **GustStrength**: Wind gust strength
55+
- **windangle**: Wind angle
56+
- **windstrength**: Wind strength
57+
- **gustangle**: Wind gust angle
58+
- **guststrength**: Wind gust strength
5959
- **min_temp**: Min temperature for today
6060
- **max_temp**: Max temperature for today
6161
- **rf_status**: Current radio status per module. (90=low, 60=highest)
@@ -69,4 +69,3 @@ You can find your modules name in your [online NetAtmo account](https://my.netat
6969
<p class='img'>
7070
<img src='/images/screenshots/netatmo_module.png' />
7171
</p>
72-

0 commit comments

Comments
 (0)