-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Idle state on Apple TV 4 #74
Comments
Hi! Yes, I think you are right and I have noticed similar behavior too (regarding state). The "no media" state can happen for short intervals, usually it passes by this state when starting a YouTube clip for instance. This is not a problem with pyatv per se, but a a change that should be made in Home Assistant to look at some other state. I have some changes laying around locally that I will submit when I have some time. But I would like to finish of pairing support first and also verify button press support. |
Hopefully fixed by home-assistant/core#7189. Will close once I get confirmation from some users. |
Did the update last night - works great! Thank you so much for your work on this component again. |
Hey there,
I did some more digging regarding home-assistant/core#6293 (card flickering because image cannot be found). I saw that you utilize
pyatv.const.PLAY_STATE_NO_MEDIA
to tell HASS that the Apple TV is idle - however on my Apple TV 4 it actually never goes to this state. This is the state when nothing is playing (home menu):This state causes HASS to think that there is artwork available (the artwork of the 'paused movie No Title'), causing the card to flicker while it tries to update and fails.
I think that this is something that can be fixed from this underlying library, however I am not quite sure where to start here. I haven't quite understood all of the inner workings of this library, so please correct me if I'm wrong!
The text was updated successfully, but these errors were encountered: