mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
homematic: Support additional property for sabotage detection (#17407)
At least HM-Sec-Sir-WM uses ERROR_SABOTAGE, see: pyhomematic.devicetypes.actors.RFSiren
This commit is contained in:
committed by
Fabian Affolter
parent
ef8253c549
commit
3ca3fe7015
@@ -106,6 +106,7 @@ HM_ATTRIBUTE_SUPPORT = {
|
||||
'LOWBAT': ['battery', {0: 'High', 1: 'Low'}],
|
||||
'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}],
|
||||
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||
'ERROR_SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||
'RSSI_PEER': ['rssi', {}],
|
||||
'RSSI_DEVICE': ['rssi', {}],
|
||||
|
Reference in New Issue
Block a user