-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Pushover #199
Comments
There are currently no plans to add other ways of sending a notification. Can you describe the current limitations on Android? Maybe there is a way to fix those directly. |
Text longer than a few lines gets cut off basically, and there's no way to change that in the Home Assistant settings. |
What is your |
max_token is set as high as the blueprint will allow (100). Could you raise that limit to 5000? That's one thing I did in the past when I edited the blueprint, but I don't want to edit it every time there's an update. |
After I typed this I realized you may be using the blueprint to generate notifications, so this may not help, but I've typed it so here goes. Everything below relates to using an HA automation and/or script using the notify service. I got around the two-line Android notification issue (somewhat) by including a link to the HA notification history as an action in my notification:
If the 2 lines aren't enough, I can tap that in the popup to read the whole thing. Others have separated the text notification and the image into two separate notifications, but I haven't experimented with that yet. Apparently if you don't send an image, Android will show more (or all) of the text, I think. My script takes the image and then text output from LLM VIsion (generated_content['response_text'], where generated_content is my response variable from the LLM call) and sends that using the standard HA notification system like this:
(camera_name comes from the automation that calls this) I wonder if you could use something like that to send a pushover notification (just using whatever mechanism pushover notifications are sent instead of HA notify). |
Could we get support for pushover to send notification instead as the current way has limitations for text on andriod phones.
The text was updated successfully, but these errors were encountered: