Fix fibaro mocks (#144270)

This commit is contained in:
Erik Montnemery 2025-05-05 17:59:50 +02:00 committed by GitHub
parent 135df5a24e
commit 826d28974b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,8 @@ def mock_button_device() -> Mock:
climate.central_scene_event = [SceneEvent(1, "Pressed")]
climate.actions = {}
climate.interfaces = ["zwaveCentralScene"]
climate.battery_level = 100
climate.armed = False
return climate