Add native Python types support to templates (#41227)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
cbb4324c84
commit
ee914366a8
29 changed files with 349 additions and 282 deletions
|
@ -705,4 +705,4 @@ async def test_script_variables(hass, caplog):
|
|||
await hass.services.async_call("script", "script3", {"break": 0}, blocking=True)
|
||||
|
||||
assert len(mock_calls) == 4
|
||||
assert mock_calls[3].data["value"] == "1"
|
||||
assert mock_calls[3].data["value"] == 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue