Fix bthome not remembering a device is a sleepy device (#97517)
This commit is contained in:
parent
b266514068
commit
7bda873c2a
6 changed files with 25 additions and 9 deletions
|
@ -7,6 +7,7 @@ DOMAIN = "bthome"
|
|||
|
||||
CONF_BINDKEY: Final = "bindkey"
|
||||
CONF_DISCOVERED_EVENT_CLASSES: Final = "known_events"
|
||||
CONF_SLEEPY_DEVICE: Final = "sleepy_device"
|
||||
CONF_SUBTYPE: Final = "subtype"
|
||||
|
||||
EVENT_TYPE: Final = "event_type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue