mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Another pass on things
This commit is contained in:
parent
a5d0144ad7
commit
d675b0c05d
@ -33,11 +33,11 @@ CONFIG_SCHEMA = cv.Schema(
|
||||
ChangeDirectionButton,
|
||||
icon=ICON_CHANGE_DIRECTION,
|
||||
),
|
||||
cv.Optional(ICON_INCREASE): button.button_schema(
|
||||
cv.Optional(CONF_INCREASE): button.button_schema(
|
||||
IncreaseButton,
|
||||
icon=ICON_INCREASE,
|
||||
),
|
||||
cv.Optional(ICON_DECREASE): button.button_schema(
|
||||
cv.Optional(CONF_DECREASE): button.button_schema(
|
||||
DecreaseButton,
|
||||
icon=ICON_DECREASE,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user