From 8a8fac46e0206d2f58496569cee873cfeab8b9dd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 8 Aug 2024 11:32:22 +0200 Subject: [PATCH] Remove unneeded logs from Yamaha (#123349) --- homeassistant/components/yamaha/media_player.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/homeassistant/components/yamaha/media_player.py b/homeassistant/components/yamaha/media_player.py index a8200ea3373..f6434616cfa 100644 --- a/homeassistant/components/yamaha/media_player.py +++ b/homeassistant/components/yamaha/media_player.py @@ -238,19 +238,6 @@ class YamahaDeviceZone(MediaPlayerEntity): # the default name of the integration may not be changed # to avoid a breaking change. self._attr_unique_id = f"{self.zctrl.serial_number}_{self._zone}" - _LOGGER.debug( - "Receiver zone: %s zone %s uid %s", - self._name, - self._zone, - self._attr_unique_id, - ) - else: - _LOGGER.info( - "Receiver zone: %s zone %s no uid %s", - self._name, - self._zone, - self._attr_unique_id, - ) def update(self) -> None: """Get the latest details from the device."""