Stringify enums in selectors (#71441)
This commit is contained in:
parent
1a00bb9fc4
commit
b1a04302b5
7 changed files with 18 additions and 15 deletions
|
@ -1474,6 +1474,7 @@ async def test_blueprint_automation(hass, calls):
|
|||
"input": {
|
||||
"trigger_event": "blueprint_event",
|
||||
"service_to_call": "test.automation",
|
||||
"a_number": 5,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -1499,6 +1500,7 @@ async def test_blueprint_automation_bad_config(hass, caplog):
|
|||
"input": {
|
||||
"trigger_event": "blueprint_event",
|
||||
"service_to_call": {"dict": "not allowed"},
|
||||
"a_number": 5,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue