mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 03:11:44 +01:00
mdi:timer icon replaced with mdi:timer-outline (#1181)
Aligned to the MDI changelog here: https://dev.materialdesignicons.com/upgrade#4.9.95-to-5.0.45
This commit is contained in:
parent
f29622abe1
commit
11c1fe8827
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ ICON_SIGNAL = 'mdi:signal-distance-variant'
|
|||
ICON_SIGNAL_DISTANCE_VARIANT = 'mdi:signal'
|
||||
ICON_THERMOMETER = 'mdi:thermometer'
|
||||
ICON_TIMELAPSE = 'mdi:timelapse'
|
||||
ICON_TIMER = 'mdi:timer'
|
||||
ICON_TIMER = 'mdi:timer-outline'
|
||||
ICON_WATER_PERCENT = 'mdi:water-percent'
|
||||
ICON_WEATHER_SUNSET = 'mdi:weather-sunset'
|
||||
ICON_WEATHER_SUNSET_DOWN = 'mdi:weather-sunset-down'
|
||||
|
|
Loading…
Reference in a new issue