mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove extra logging from directv init. (#32809)
This commit is contained in:
parent
e5e38edcb2
commit
04763c5bfb
@ -158,15 +158,6 @@ class DirecTvDevice(MediaPlayerDevice):
|
|||||||
self._model = MODEL_HOST
|
self._model = MODEL_HOST
|
||||||
self._software_version = version_info["stbSoftwareVersion"]
|
self._software_version = version_info["stbSoftwareVersion"]
|
||||||
|
|
||||||
if self._is_client:
|
|
||||||
_LOGGER.debug(
|
|
||||||
"Created DirecTV media player for client %s on device %s",
|
|
||||||
self._name,
|
|
||||||
device,
|
|
||||||
)
|
|
||||||
else:
|
|
||||||
_LOGGER.debug("Created DirecTV media player for device %s", self._name)
|
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
"""Retrieve latest state."""
|
"""Retrieve latest state."""
|
||||||
_LOGGER.debug("%s: Updating status", self.entity_id)
|
_LOGGER.debug("%s: Updating status", self.entity_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user