Add config flow for platform button in Template (#120886)
This commit is contained in:
parent
5e56c27703
commit
d783813ba0
8 changed files with 384 additions and 53 deletions
|
@ -297,6 +297,13 @@ async def async_yaml_patch_helper(hass, filename):
|
|||
"state": "{{1 == 2}}",
|
||||
},
|
||||
),
|
||||
(
|
||||
{
|
||||
"template_type": "button",
|
||||
"name": "My template",
|
||||
},
|
||||
{},
|
||||
),
|
||||
],
|
||||
)
|
||||
async def test_change_device(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue