-
-
Notifications
You must be signed in to change notification settings - Fork 32k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kodi component not recognizing play state correctly #14394
Comments
When you create issues you should never clear out the issue template, always fill it in no matter what. All the data is important. This also appears be a duplicate of #11625 |
Everything but play status is correct. If I stop playback via Kodi webinterface it is correctly displayed. So no duplicate. |
I found the issue.
I watch live tv but I can pause that so the condition is never true because it assumes live can't be paused. How do we proceed from here? Drop the second part of the condition? |
Home Assistant release with the issue:
0.69
Last working Home Assistant release (if known):
none
Operating environment (Hass.io/Docker/Windows/etc.):
Ubuntu Python venv but was same with hass.io
Component/platform:
Description of problem:
Unfortunately my PR didn't fix the issue. At first it worked but now it's back to "normal".
The speed change event is correctly received from the webservice and then saved in
self._properties['speed']
but for whatever reasonself.async_schedule_update_ha_state(force_refresh)
is not updating anything even withforce_refresh = True
If I change the volume or stop playback via Kodi webinterface that is being instantly reflected in Home Assistant.
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: