koush / scrypted

Scrypted is a high performance video integration and automation platform
https://scrypted.app
Other
4.32k stars 255 forks source link

feat(sdk): add support for notification channel in NotifierOptions #1625

Closed USA-RedDragon closed 3 weeks ago

USA-RedDragon commented 1 month ago

This change spins off from conversation at https://github.com/scryptedapp/homeassistant/pull/1 and allows consumers of the Notifier interface to specify a channel for notifications to be sent to. Android platforms can use this to send notifications to a specific channel, allowing the user to have fine-grained control over the audio and priority of the notifications they receive.

I'm not certain my automation-actions.ts edit is enough to make this work, I didn't readily see where these were consumed in the codebase.

Potential TODOs:

koush commented 4 weeks ago

looks good

koush commented 3 weeks ago

published