mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
HomeMatic: Add error-attribute (#21009)
Error attribute has different meanings depending on device
This commit is contained in:
parent
519315f9c8
commit
8a026bf214
@ -104,7 +104,7 @@ HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
|
||||
HM_ATTRIBUTE_SUPPORT = {
|
||||
'LOWBAT': ['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'}],
|
||||
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||
'RSSI_PEER': ['rssi_peer', {}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user