@alex-savin is your version feature/function equal for both server and client? Is only the APK updated (I dont see a new release on git)?
I noticed two pretty big differences (I set them both up within 48 hrs of each other)…
@mhoogenbosch version did not ask for a token, while yours requires it (even though yours says it is optional, config_flow would not complete without entering a token).
the send commands are different… his code = pipup.show ; your code = pipup.send
in @mhoogenbosch version I also show a lot more sensors in the entities
@mhoogenbosch any idea why pipup.send is not sending for me?
Yes, but we basically did the same thing at the same time I guess, @alex-savin makes things easier by publishing to Playstore, probably his integration get’s better traction, for me it works great.
I tested your code on my TCL tv, and works too. Do you get an error? Have you tried actively starting the app on the TV, you then get a ‘blue screen’ showing pipup.
TCL in my experience has low available memory and an aggressive process killer. It pushes the process to the background and freezes it. I made sure the app doesn’t crash anymore after resuming, but am running an HA automation to check if the app has been freezed and unfreeze it.