mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00: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:
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…
x
Reference in New Issue
Block a user