Fix logger setting Yale Smart Living (#60033)

This commit is contained in:
G Johansson 2021-11-22 12:17:55 +01:00 committed by GitHub
parent c70a7020f5
commit 29761e6eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ COORDINATOR = "coordinator"
DEFAULT_SCAN_INTERVAL = 15
LOGGER = logging.getLogger(__name__)
LOGGER = logging.getLogger(__package__)
ATTR_ONLINE = "online"
ATTR_STATUS = "status"