mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 18:54:14 +01:00
Order const.py correctly
This commit is contained in:
parent
ac73bbc815
commit
1f3cb42ff7
1 changed files with 1 additions and 1 deletions
|
@ -962,10 +962,10 @@ ICON_ACCELERATION = "mdi:axis-arrow"
|
|||
ICON_ACCELERATION_X = "mdi:axis-x-arrow"
|
||||
ICON_ACCELERATION_Y = "mdi:axis-y-arrow"
|
||||
ICON_ACCELERATION_Z = "mdi:axis-z-arrow"
|
||||
ICON_ALARM_LIGHT = "mdi:alarm-light"
|
||||
ICON_ACCOUNT = "mdi:account"
|
||||
ICON_ACCOUNT_CHECK = "mdi:account-check"
|
||||
ICON_AIR_FILTER = "mdi:air-filter"
|
||||
ICON_ALARM_LIGHT = "mdi:alarm-light"
|
||||
ICON_ARROW_EXPAND_VERTICAL = "mdi:arrow-expand-vertical"
|
||||
ICON_BATTERY = "mdi:battery"
|
||||
ICON_BLUETOOTH = "mdi:bluetooth"
|
||||
|
|
Loading…
Reference in a new issue