gugutab / TvOverlay

95 stars 3 forks source link

Feature request: HA notify service w/ actionable notifications #5

Open scottt732 opened 9 months ago

scottt732 commented 9 months ago

It would be nice if you could expose this as a proper notification service in Home Assistant like TV Notifications for Android does. I don't know if these are discoverable via MQTT or if you'd need an integration for them. Maybe try to align with HA's terminology and keys in your API & MQTT payloads.

https://companion.home-assistant.io/docs/notifications/notifications-basic

I was a little confused your Fixed Notifications with Home Assistant's Persistent Notifications (a full notification that you can pin on someone's screen and update and/or delete remotely).

Interactive notifications would be awesome where you could have webhooks back to your HA instance (via nabu casa or whatever) for when notifications are dismissed or when an action is taken.

gugutab commented 9 months ago

Interaction with the overlay is complicated because on AndroidTV the app running is always intercepting any key press on the remote. I see some workarounds for this using accessibility APIs, and I may try it in the near future. Thanks for the sugestion!!

hareeshmu commented 8 months ago

I am working on the TvOverlay core HA integration. PR is awaiting review.

pejotigrek commented 6 months ago

I am working on the TvOverlay core HA integration. PR is awaiting review.

hi, forgive me hijacking this thread, but @hareeshmu - are there any updates regarding the integration? I'm torn between making everything by hand, and waiting for the core integration ;)

hareeshmu commented 6 months ago

Hoping to merge it soon.

https://github.com/home-assistant/core/pull/102361

chriszuercher commented 2 weeks ago

Any news on this? Would be great to have this in Homeassistant as Integration.