mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Remove available property from Kodi (#73103)
This commit is contained in:
parent
eef79e2912
commit
54ff6ddd41
@ -636,11 +636,6 @@ class KodiEntity(MediaPlayerEntity):
|
||||
|
||||
return None
|
||||
|
||||
@property
|
||||
def available(self):
|
||||
"""Return True if entity is available."""
|
||||
return not self._connect_error
|
||||
|
||||
async def async_turn_on(self):
|
||||
"""Turn the media player on."""
|
||||
_LOGGER.debug("Firing event to turn on device")
|
||||
|
Loading…
x
Reference in New Issue
Block a user