mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 08:59:57 +00:00
Add native Python types support to templates (#41227)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -402,7 +402,7 @@ async def test_intent_special_slots(hass, mqtt_mock):
|
||||
assert len(calls) == 1
|
||||
assert calls[0].domain == "light"
|
||||
assert calls[0].service == "turn_on"
|
||||
assert calls[0].data["confidenceScore"] == "0.85"
|
||||
assert calls[0].data["confidenceScore"] == 0.85
|
||||
assert calls[0].data["site_id"] == "default"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user