mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Improve Netatmo sensor naming (#38957)
This commit is contained in:
parent
5a4de04bcf
commit
afa2d268f2
@ -60,16 +60,16 @@ SENSOR_TYPES = {
|
||||
"battery_percent": ["Battery Percent", UNIT_PERCENTAGE, None, DEVICE_CLASS_BATTERY],
|
||||
"min_temp": ["Min Temp.", TEMP_CELSIUS, None, DEVICE_CLASS_TEMPERATURE],
|
||||
"max_temp": ["Max Temp.", TEMP_CELSIUS, None, DEVICE_CLASS_TEMPERATURE],
|
||||
"windangle": ["Angle", None, "mdi:compass-outline", None],
|
||||
"windangle_value": ["Angle Value", DEGREE, "mdi:compass-outline", None],
|
||||
"windangle": ["Direction", None, "mdi:compass-outline", None],
|
||||
"windangle_value": ["Angle", DEGREE, "mdi:compass-outline", None],
|
||||
"windstrength": [
|
||||
"Wind Strength",
|
||||
SPEED_KILOMETERS_PER_HOUR,
|
||||
"mdi:weather-windy",
|
||||
None,
|
||||
],
|
||||
"gustangle": ["Gust Angle", None, "mdi:compass-outline", None],
|
||||
"gustangle_value": ["Gust Angle Value", DEGREE, "mdi:compass-outline", None],
|
||||
"gustangle": ["Gust Direction", None, "mdi:compass-outline", None],
|
||||
"gustangle_value": ["Gust Angle", DEGREE, "mdi:compass-outline", None],
|
||||
"guststrength": [
|
||||
"Gust Strength",
|
||||
SPEED_KILOMETERS_PER_HOUR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user