Remove available property from Kodi (#73103)

This commit is contained in:
Igor Loborec 2022-06-06 03:27:46 +01:00 committed by GitHub
parent c4763031ab
commit 1744e7224b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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