Improve Netatmo sensor naming (#38957)

This commit is contained in:
cgtobi 2020-08-17 09:39:09 +02:00 committed by GitHub
parent 5a4de04bcf
commit afa2d268f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,