mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Address late review of SwitchBee (#78585)
This commit is contained in:
@@ -76,7 +76,7 @@ class SwitchBeeSwitchEntity(CoordinatorEntity[SwitchBeeCoordinator], SwitchEntit
|
||||
@property
|
||||
def available(self) -> bool:
|
||||
"""Return True if entity is available."""
|
||||
return self._is_online and self.coordinator.last_update_success
|
||||
return self._is_online and super().available
|
||||
|
||||
@callback
|
||||
def _handle_coordinator_update(self) -> None:
|
||||
|
Reference in New Issue
Block a user