Fix failing template config flow tests (#125534)
fix: failing template config flow tests
This commit is contained in:
parent
8ce236de80
commit
513361ef0f
1 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ from tests.typing import WebSocketGenerator
|
|||
"device_class": "restart",
|
||||
"press": [
|
||||
{
|
||||
"service": "input_boolean.toggle",
|
||||
"action": "input_boolean.toggle",
|
||||
"target": {"entity_id": "input_boolean.test"},
|
||||
"data": {},
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ from tests.typing import WebSocketGenerator
|
|||
"device_class": "restart",
|
||||
"press": [
|
||||
{
|
||||
"service": "input_boolean.toggle",
|
||||
"action": "input_boolean.toggle",
|
||||
"target": {"entity_id": "input_boolean.test"},
|
||||
"data": {},
|
||||
}
|
||||
|
@ -410,7 +410,7 @@ def get_suggested(schema, key):
|
|||
"device_class": "restart",
|
||||
"press": [
|
||||
{
|
||||
"service": "input_boolean.toggle",
|
||||
"action": "input_boolean.toggle",
|
||||
"target": {"entity_id": "input_boolean.test"},
|
||||
"data": {},
|
||||
}
|
||||
|
@ -419,7 +419,7 @@ def get_suggested(schema, key):
|
|||
{
|
||||
"press": [
|
||||
{
|
||||
"service": "input_boolean.toggle",
|
||||
"action": "input_boolean.toggle",
|
||||
"target": {"entity_id": "input_boolean.test"},
|
||||
"data": {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue