Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Fix updating ha state
Browse files Browse the repository at this point in the history
  • Loading branch information
KaSroka committed Feb 26, 2021
1 parent 9311dab commit 4ba73da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/musiccast_yamaha/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,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

Expand Down

0 comments on commit 4ba73da

Please sign in to comment.