Timed notifications from Blueprint #582
darek-margas
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I wonder if the below is somehow already possible and if not, it could be nice to add. I haven't found it possible so far.
The use case:
I use this integration with Ollama to describe picture, create notification and also to play it via TTS. I don't want to watch HA constantly but want to know when something happens. I use TTS for most notifications in HA and look at what happens once I am told.
However, it can't speak 24/7, I limit talking to some hours when no-one sleeps. I usually build separate sensors for events and those talking.
I did the same for this integration - talking sensor reads calendar and talking when something happens there, time limited and repetition limited (so not more often than once a few minutes).
My question:
As I saw option in blueprint to inject additional notification, it is tempting to inject tts there. However, I don't see any way to limit this additional notification to execute, say, 8-22 and once a minute only. I know, it can call a script but that would be what I already have - two automations doing one thing.
Am I wrong and it is already possible? If not, then perhaps it is worth to consider as feature.
Beta Was this translation helpful? Give feedback.
All reactions