mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
bugfix: name missing in getLogger (#109282)
This commit is contained in:
parent
421e276185
commit
175ec81269
@ -25,7 +25,7 @@ from .const import DOMAIN
|
||||
from .data import WyomingService
|
||||
from .devices import SatelliteDevice
|
||||
|
||||
_LOGGER = logging.getLogger()
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
_SAMPLES_PER_CHUNK: Final = 1024
|
||||
_RECONNECT_SECONDS: Final = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user