mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Another pass on things
This commit is contained in:
parent
a5d0144ad7
commit
d675b0c05d
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ CONFIG_SCHEMA = cv.Schema(
|
||||||
ChangeDirectionButton,
|
ChangeDirectionButton,
|
||||||
icon=ICON_CHANGE_DIRECTION,
|
icon=ICON_CHANGE_DIRECTION,
|
||||||
),
|
),
|
||||||
cv.Optional(ICON_INCREASE): button.button_schema(
|
cv.Optional(CONF_INCREASE): button.button_schema(
|
||||||
IncreaseButton,
|
IncreaseButton,
|
||||||
icon=ICON_INCREASE,
|
icon=ICON_INCREASE,
|
||||||
),
|
),
|
||||||
cv.Optional(ICON_DECREASE): button.button_schema(
|
cv.Optional(CONF_DECREASE): button.button_schema(
|
||||||
DecreaseButton,
|
DecreaseButton,
|
||||||
icon=ICON_DECREASE,
|
icon=ICON_DECREASE,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue