mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
bugfix: name missing in getLogger (#109282)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user