diff --git a/homeassistant/observers.py b/homeassistant/observers.py index 3c2a2a5c62c..4f5e844adfa 100644 --- a/homeassistant/observers.py +++ b/homeassistant/observers.py @@ -191,6 +191,8 @@ def setup_chromecast(bus, statemachine, host): ha.track_time_change(bus, update_chromecast_state) + update_chromecast_state(None) + return True