mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +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",
|
"device_class": "restart",
|
||||||
"press": [
|
"press": [
|
||||||
{
|
{
|
||||||
"service": "input_boolean.toggle",
|
"action": "input_boolean.toggle",
|
||||||
"target": {"entity_id": "input_boolean.test"},
|
"target": {"entity_id": "input_boolean.test"},
|
||||||
"data": {},
|
"data": {},
|
||||||
}
|
}
|
||||||
@ -73,7 +73,7 @@ from tests.typing import WebSocketGenerator
|
|||||||
"device_class": "restart",
|
"device_class": "restart",
|
||||||
"press": [
|
"press": [
|
||||||
{
|
{
|
||||||
"service": "input_boolean.toggle",
|
"action": "input_boolean.toggle",
|
||||||
"target": {"entity_id": "input_boolean.test"},
|
"target": {"entity_id": "input_boolean.test"},
|
||||||
"data": {},
|
"data": {},
|
||||||
}
|
}
|
||||||
@ -410,7 +410,7 @@ def get_suggested(schema, key):
|
|||||||
"device_class": "restart",
|
"device_class": "restart",
|
||||||
"press": [
|
"press": [
|
||||||
{
|
{
|
||||||
"service": "input_boolean.toggle",
|
"action": "input_boolean.toggle",
|
||||||
"target": {"entity_id": "input_boolean.test"},
|
"target": {"entity_id": "input_boolean.test"},
|
||||||
"data": {},
|
"data": {},
|
||||||
}
|
}
|
||||||
@ -419,7 +419,7 @@ def get_suggested(schema, key):
|
|||||||
{
|
{
|
||||||
"press": [
|
"press": [
|
||||||
{
|
{
|
||||||
"service": "input_boolean.toggle",
|
"action": "input_boolean.toggle",
|
||||||
"target": {"entity_id": "input_boolean.test"},
|
"target": {"entity_id": "input_boolean.test"},
|
||||||
"data": {},
|
"data": {},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user