diff --git a/custom_components/musiccast_yamaha/media_player.py b/custom_components/musiccast_yamaha/media_player.py index be09771..21d195f 100644 --- a/custom_components/musiccast_yamaha/media_player.py +++ b/custom_components/musiccast_yamaha/media_player.py @@ -309,7 +309,7 @@ def update_hass(self): """Push updates to Home Assistant.""" if self.entity_id: _LOGGER.debug("update_hass: pushing updates") - self.schedule_update_ha_state() + self.schedule_update_ha_state(True) return True return False