mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Cleanup samsungtv coordinator (#143949)
This commit is contained in:
parent
4061314cd2
commit
df5f150531
@ -44,7 +44,7 @@ class SamsungTVDataUpdateCoordinator(DataUpdateCoordinator[None]):
|
||||
|
||||
async def _async_update_data(self) -> None:
|
||||
"""Fetch data from SamsungTV bridge."""
|
||||
if self.bridge.auth_failed or self.hass.is_stopping:
|
||||
if self.bridge.auth_failed:
|
||||
return
|
||||
old_state = self.is_on
|
||||
if self.bridge.power_off_in_progress:
|
||||
|
Loading…
x
Reference in New Issue
Block a user