mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
And now that's better
This commit is contained in:
parent
0ece074bd6
commit
a617b5b0d1
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ CONF_DECREASE = "decrease"
|
|||
|
||||
# Additional icons
|
||||
ICON_POWER_TOGGLE = "mdi:power-cycle"
|
||||
ICON_CHANGE_DIRECTION = "mdi:power-cycle"
|
||||
ICON_INCREASE = "mdi:power-cycle"
|
||||
ICON_DECREASE = "mdi:power-cycle"
|
||||
ICON_CHANGE_DIRECTION = "mdi:swap-horizontal"
|
||||
ICON_INCREASE = "mdi:fan-plus"
|
||||
ICON_DECREASE = "mdi:fan-minus"
|
||||
|
||||
CONFIG_SCHEMA = cv.Schema(
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue