homematic: Support additional property for sabotage detection (#17407)
At least HM-Sec-Sir-WM uses ERROR_SABOTAGE, see: pyhomematic.devicetypes.actors.RFSirenpull/17448/head
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', {}],
|
||||
|
|
Loading…
Reference in New Issue