mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
HomeMatic: Add error-attribute (#21009)
Error attribute has different meanings depending on device
This commit is contained in:
@@ -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', {}],
|
||||
|
Reference in New Issue
Block a user