homematic: Support additional property for sabotage detection (#17407)

At least HM-Sec-Sir-WM uses ERROR_SABOTAGE, see:

    pyhomematic.devicetypes.actors.RFSiren
pull/17448/head
Dan Klaffenbach 2018-10-13 21:08:06 +02:00 committed by Fabian Affolter
parent ef8253c549
commit 3ca3fe7015
1 changed files with 1 additions and 0 deletions

View File

@ -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', {}],