Fix partly cloudy (#26277)

pull/26297/head
Paulus Schoutsen 2019-08-29 13:22:29 -07:00 committed by GitHub
parent 25961df548
commit 66b905776b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -108,11 +108,11 @@ SENSOR_TYPES = {
"rainchance_3d": ["Rainchance 3d", "%", "mdi:weather-pouring"],
"rainchance_4d": ["Rainchance 4d", "%", "mdi:weather-pouring"],
"rainchance_5d": ["Rainchance 5d", "%", "mdi:weather-pouring"],
"sunchance_1d": ["Sunchance 1d", "%", "mdi:weather-partlycloudy"],
"sunchance_2d": ["Sunchance 2d", "%", "mdi:weather-partlycloudy"],
"sunchance_3d": ["Sunchance 3d", "%", "mdi:weather-partlycloudy"],
"sunchance_4d": ["Sunchance 4d", "%", "mdi:weather-partlycloudy"],
"sunchance_5d": ["Sunchance 5d", "%", "mdi:weather-partlycloudy"],
"sunchance_1d": ["Sunchance 1d", "%", "mdi:weather-partly-cloudy"],
"sunchance_2d": ["Sunchance 2d", "%", "mdi:weather-partly-cloudy"],
"sunchance_3d": ["Sunchance 3d", "%", "mdi:weather-partly-cloudy"],
"sunchance_4d": ["Sunchance 4d", "%", "mdi:weather-partly-cloudy"],
"sunchance_5d": ["Sunchance 5d", "%", "mdi:weather-partly-cloudy"],
"windforce_1d": ["Wind force 1d", "Bft", "mdi:weather-windy"],
"windforce_2d": ["Wind force 2d", "Bft", "mdi:weather-windy"],
"windforce_3d": ["Wind force 3d", "Bft", "mdi:weather-windy"],

View File

@ -14,7 +14,7 @@ SENSORS = {
"V_DIMMER": ["%", "mdi:percent"],
"V_PERCENTAGE": ["%", "mdi:percent"],
"V_PRESSURE": [None, "mdi:gauge"],
"V_FORECAST": [None, "mdi:weather-partlycloudy"],
"V_FORECAST": [None, "mdi:weather-partly-cloudy"],
"V_RAIN": [None, "mdi:weather-rainy"],
"V_RAINRATE": [None, "mdi:weather-rainy"],
"V_WIND": [None, "mdi:weather-windy"],