De-nest get_alarm_configure in fake protocol

This commit is contained in:
Teemu Rytilahti 2024-12-05 15:57:38 +01:00
parent ee82c99b54
commit 8a2ed721ee

View File

@ -121,11 +121,9 @@ class FakeSmartTransport(BaseTransport):
"get_alarm_configure": ( "get_alarm_configure": (
"alarm", "alarm",
{ {
"get_alarm_configure": {
"duration": 10, "duration": 10,
"type": "Doorbell Ring 2", "type": "Doorbell Ring 2",
"volume": "low", "volume": "low",
}
}, },
), ),
"get_support_alarm_type_list": ( "get_support_alarm_type_list": (