diff --git a/homeassistant/components/wyoming/satellite.py b/homeassistant/components/wyoming/satellite.py index 0cb2796b9f0..ea7a7d5df0c 100644 --- a/homeassistant/components/wyoming/satellite.py +++ b/homeassistant/components/wyoming/satellite.py @@ -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