spelling: components/cast (#64241)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-19 13:43:20 -05:00 committed by GitHub
parent 62e64eb8ab
commit 6c24aa8ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -737,8 +737,7 @@ class CastDevice(MediaPlayerEntity):
"""
if self.app_id == CAST_APP_ID_HOMEASSISTANT_LOVELACE:
return None
media_status_recevied = self._media_status()[1]
return media_status_recevied
return self._media_status()[1]
async def _async_cast_discovered(self, discover: ChromecastInfo):
"""Handle discovery of new Chromecast."""