mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix logger setting Yale Smart Living (#60033)
This commit is contained in:
parent
c70a7020f5
commit
29761e6eef
@ -25,7 +25,7 @@ COORDINATOR = "coordinator"
|
|||||||
|
|
||||||
DEFAULT_SCAN_INTERVAL = 15
|
DEFAULT_SCAN_INTERVAL = 15
|
||||||
|
|
||||||
LOGGER = logging.getLogger(__name__)
|
LOGGER = logging.getLogger(__package__)
|
||||||
|
|
||||||
ATTR_ONLINE = "online"
|
ATTR_ONLINE = "online"
|
||||||
ATTR_STATUS = "status"
|
ATTR_STATUS = "status"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user