Remove available property from Kodi (#73103)

This commit is contained in:
Igor Loborec 2022-06-06 03:27:46 +01:00 committed by Paulus Schoutsen
parent eef79e2912
commit 54ff6ddd41

View File

@ -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")