mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix whitespace error in cast (#48763)
This commit is contained in:
parent
06381f5619
commit
46371a9e87
@ -186,7 +186,7 @@ class CastDevice(MediaPlayerEntity):
|
||||
)
|
||||
self.hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, self._async_stop)
|
||||
self.async_set_cast_info(self._cast_info)
|
||||
# asyncio.create_task is used to avoid delaying startup wrapup if the device
|
||||
# asyncio.create_task is used to avoid delaying startup wrapup if the device
|
||||
# is discovered already during startup but then fails to respond
|
||||
asyncio.create_task(
|
||||
async_create_catching_coro(self.async_connect_to_chromecast())
|
||||
|
Loading…
x
Reference in New Issue
Block a user