Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 2, 2020
2 parents 41d21b5 + d073154 commit b3005c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@

SENSOR_TYPES = {
"weather": ["Condition", None, None],
"temperature": ["Temperature", TEMP_CELSIUS, "mdi:temperature"],
"temperature": ["Temperature", TEMP_CELSIUS, "mdi:thermometer"],
"wind_speed": ["Wind speed", SPEED_METERS_PER_SECOND, "mdi:weather-windy"],
"wind_bearing": ["Wind bearing", DEGREE, "mdi:weather-windy"],
"humidity": ["Humidity", PERCENTAGE, "mdi:humidity"],
"humidity": ["Humidity", PERCENTAGE, "mdi:water-percent"],
"pressure": ["Pressure", PRESSURE_HPA, "mdi:gauge"],
"clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partlycloudy"],
"rain": ["Rain", LENGTH_MILLIMETERS, "mdi:weather-rainy"],
Expand Down

0 comments on commit b3005c4

Please sign in to comment.