HomeMatic: Add error-attribute (#21009)

Error attribute has different meanings depending on device
pull/21510/head
CV 2019-02-27 23:09:49 +01:00 committed by Daniel Perna
parent 519315f9c8
commit 8a026bf214
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
HM_ATTRIBUTE_SUPPORT = { HM_ATTRIBUTE_SUPPORT = {
'LOWBAT': ['battery', {0: 'High', 1: 'Low'}], 'LOWBAT': ['battery', {0: 'High', 1: 'Low'}],
'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}], 'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}],
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}], 'ERROR': ['error', {0: 'No'}],
'ERROR_SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}], 'ERROR_SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}], 'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
'RSSI_PEER': ['rssi_peer', {}], 'RSSI_PEER': ['rssi_peer', {}],