mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
And now that's better
This commit is contained in:
parent
0ece074bd6
commit
a617b5b0d1
@ -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…
x
Reference in New Issue
Block a user