mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
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:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user