mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Change darksky icon for clear night (#26452)
* change icon for clear night change mdi:weather-sunny to mdi:night for condition clear night * changed erroneous mdi:night to mdi:weather-night
This commit is contained in:
parent
5994f82fc5
commit
50cec91cf0
@ -371,7 +371,7 @@ SENSOR_TYPES = {
|
|||||||
|
|
||||||
CONDITION_PICTURES = {
|
CONDITION_PICTURES = {
|
||||||
"clear-day": ["/static/images/darksky/weather-sunny.svg", "mdi:weather-sunny"],
|
"clear-day": ["/static/images/darksky/weather-sunny.svg", "mdi:weather-sunny"],
|
||||||
"clear-night": ["/static/images/darksky/weather-night.svg", "mdi:weather-sunny"],
|
"clear-night": ["/static/images/darksky/weather-night.svg", "mdi:weather-night"],
|
||||||
"rain": ["/static/images/darksky/weather-pouring.svg", "mdi:weather-pouring"],
|
"rain": ["/static/images/darksky/weather-pouring.svg", "mdi:weather-pouring"],
|
||||||
"snow": ["/static/images/darksky/weather-snowy.svg", "mdi:weather-snowy"],
|
"snow": ["/static/images/darksky/weather-snowy.svg", "mdi:weather-snowy"],
|
||||||
"sleet": ["/static/images/darksky/weather-hail.svg", "mdi:weather-snowy-rainy"],
|
"sleet": ["/static/images/darksky/weather-hail.svg", "mdi:weather-snowy-rainy"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user