STATE_UNCERTAIN for Homematic Lock devices introduced

Homematic Lock devices provides an uncertain flag if the lock was opened manually an the lock is uncertain regards the status.
The other necassary functionality was implemented in pyhomematic by Daniel earlier...
This commit is contained in:
trilu2000
2019-04-09 11:47:18 +02:00
committed by GitHub
parent 6ee23bdf4e
commit e0bda25640

View File

@@ -125,7 +125,8 @@ HM_ATTRIBUTE_SUPPORT = {
'CURRENT': ['current', {}],
'VOLTAGE': ['voltage', {}],
'OPERATING_VOLTAGE': ['voltage', {}],
'WORKING': ['working', {0: 'No', 1: 'Yes'}]
'WORKING': ['working', {0: 'No', 1: 'Yes'}],
'STATE_UNCERTAIN': ['state_uncertain', {}]
}
HM_PRESS_EVENTS = [