mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 00:33:14 +01:00
Remove unnecessary schema extension on template button (#3753)
This commit is contained in:
parent
3120a0ba83
commit
bd6bc283b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue