Set universal media player to force refresh when updating HA
This commit is contained in:
parent
270a998e3c
commit
a1abab8ced
1 changed files with 1 additions and 1 deletions
|
@ -429,4 +429,4 @@ class UniversalMediaPlayer(MediaPlayerDevice):
|
|||
def update_state(self, *_):
|
||||
""" event to trigger a state update in HA """
|
||||
self._cache_active_child_state()
|
||||
self.update_ha_state()
|
||||
self.update_ha_state(True)
|
||||
|
|
Loading…
Add table
Reference in a new issue