mirror of
https://github.com/esphome/esphome.git
synced 2024-12-19 16:07:47 +01:00
Remove unnecessary schema extension on template button (#3753)
This commit is contained in:
parent
3120a0ba83
commit
bd6bc283b6
@ -9,7 +9,7 @@ CONFIG_SCHEMA = button.BUTTON_SCHEMA.extend(
|
||||
{
|
||||
cv.GenerateID(): cv.declare_id(TemplateButton),
|
||||
}
|
||||
).extend(cv.COMPONENT_SCHEMA)
|
||||
)
|
||||
|
||||
|
||||
async def to_code(config):
|
||||
|
Loading…
Reference in New Issue
Block a user