HomeMatic: Add error-attribute (#21009)
Error attribute has different meanings depending on devicepull/21510/head
parent
519315f9c8
commit
8a026bf214
|
@ -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', {}],
|
||||||
|
|
Loading…
Reference in New Issue