mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix fibaro mocks (#144270)
This commit is contained in:
parent
135df5a24e
commit
826d28974b
@ -255,6 +255,8 @@ def mock_button_device() -> Mock:
|
|||||||
climate.central_scene_event = [SceneEvent(1, "Pressed")]
|
climate.central_scene_event = [SceneEvent(1, "Pressed")]
|
||||||
climate.actions = {}
|
climate.actions = {}
|
||||||
climate.interfaces = ["zwaveCentralScene"]
|
climate.interfaces = ["zwaveCentralScene"]
|
||||||
|
climate.battery_level = 100
|
||||||
|
climate.armed = False
|
||||||
return climate
|
return climate
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user