Fix failing template config flow tests (#125534)

fix: failing template config flow tests
This commit is contained in:
Jason Hunter 2024-09-08 15:38:31 -04:00 committed by GitHub
parent 8ce236de80
commit 513361ef0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {},
}