mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Fix failing template config flow tests (#125534)
fix: failing template config flow tests
This commit is contained in:
parent
8ce236de80
commit
513361ef0f
@ -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…
x
Reference in New Issue
Block a user