mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix logger setting Yale Smart Living (#60033)
This commit is contained in:
@@ -25,7 +25,7 @@ COORDINATOR = "coordinator"
|
||||
|
||||
DEFAULT_SCAN_INTERVAL = 15
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
ATTR_ONLINE = "online"
|
||||
ATTR_STATUS = "status"
|
||||
|
Reference in New Issue
Block a user