spelling: components/cast (#64241)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
62e64eb8ab
commit
6c24aa8ed9
1 changed files with 1 additions and 2 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue