Fix bthome not remembering a device is a sleepy device (#97517)

This commit is contained in:
J. Nick Koston 2023-07-31 01:02:15 -07:00 committed by GitHub
parent b266514068
commit 7bda873c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 9 deletions

View file

@ -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"