forked from terafin/mqtt-netatmo-bridge
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ha-sensor-config.json
72 lines (72 loc) · 2.32 KB
/
ha-sensor-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"translations": {
"absolutepressure": "Absolote pressure",
"battery": "Battery",
"co2": "CO2",
"date_max_temp": "Timestamp maximum temperature",
"date_max_wind_str": "Timestamp max wind strength",
"date_min_temp": "Timestamp minimum temperature",
"gustangle": "Wind gust angle",
"guststrength": "Wind gust strength",
"humidity": "Humidity",
"max_wind_angle": "Wind max angle",
"max_wind_str": "Wind max strength",
"max_temp": "Highest temperature",
"min_temp": "Lowest temperature",
"noise": "Noise level",
"pressure": "Pressure",
"pressure_trend": "Pressure trend",
"rf_status": "Radio connectivity",
"rain": "Rain",
"sum_rain_1": "Rain last hour",
"sum_rain_24": "Rain last 24 hours",
"temp_trend": "Temperature trend",
"temperature": "Temperature",
"time_utc": "Time UTC",
"wifi_status": "Wifi connectivity",
"windangle": "Wind angle",
"windstrength": "Wind strength"
},
"unitOfMeasurements": {
"absolutepressure": "mbar",
"battery": "%",
"co2": "ppm",
"guststrength": "kph",
"humidity": "%",
"max_temp": "°C",
"max_wind_str": "kph",
"min_temp": "°C",
"noise": "dB",
"pressure": "mbar",
"rf_status": "%",
"rain": "mm",
"sum_rain_1": "mm",
"sum_rain_24": "mm",
"temperature": "°C",
"wifi_status": "%",
"windstrength": "kph"
},
"icons": {
"co2": "mdi:molecule-co2",
"guststrength": "mdi:weather-windy",
"noise": "mdi:volume-high",
"max_wind_str": "mdi:weather-windy",
"rain": "mdi:weather-rainy",
"rf_status": "mdi:radio-tower",
"sum_rain_1": "mdi:weather-rainy",
"sum_rain_24": "mdi:weather-rainy",
"wifi_status": "mdi:wifi",
"windstrength": "mdi:weather-windy"
},
"deviceClasses": {
"absolutepressure": "pressure",
"battery": "battery",
"humidity": "humidity",
"min_temp": "temperature",
"max_temp": "temperature",
"pressure": "pressure",
"rf_status": "signal_strength",
"temperature": "temperature",
"wifi_status": "signal_strength"
}
}