Skip to content
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

Custom notifications with Home Assistant #1235

Open
Clam58 opened this issue Nov 9, 2024 · 0 comments
Open

Custom notifications with Home Assistant #1235

Clam58 opened this issue Nov 9, 2024 · 0 comments

Comments

@Clam58
Copy link

Clam58 commented Nov 9, 2024

💡 The Idea

The current notification for HA uses the service persistent_notification/create and works really well.
However within HA it is possible to create custom notifications that are sent to various devices e.g. TV, phone etc. as popups. This can be done using these devices services, and notifications groups.

it is simple to call these using for example curl with the long-lived token but calling a different url e.g.

http://homeassistant.local:8123/api/services/notify/servicename

This is so similar to the existing code, I thought it might be possible to add this in by allowing a custom path to be given in the configuration that would bypass the persistent_notification/create path.

I think it would be a great addition but appreciate you may not think so, but thanks for taking the time to read this.

if I can provide anything else to support this enhancement let me know.

🔨 Breaking Feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant