Jannis Mattheis
                                            Jannis Mattheis
                                        
                                    How do I manually trigger an alert with priority in home assistant? developer-tools/service doesn't have a priority.
I'm not sure, client::notification describes the notification and not the message itself. IMO it wouldn't be obvious that it affects the message display. I also don't know if that's really...
Could you share your database file. You could send it to the email on my profile. This is likely due to starting and stopping the time span in different timezones,...
Yeah, you likely use traggo from browsers that have different timezones configured. There are offsets for gmt+2, gmt+1 and utc in the database. Tracking time across time zones is really...
Then you have to fix this in your script and send your timestamps with a timezone offset.
Not a python dev, but you can get the current time with a timezone which will return the right offset. ```python def GetCurrentDate(): tz = pytz.timezone('Europe/Paris') return datetime.now(tz).isoformat() # outputs:...
@VuiMuich this should probably be reopened, because it is not fixed for most use-cases.
This is a bug, currently gotify doesn't handle when a plugin gets the [plugin.Messenger](https://gotify.net/docs/plugin-write#messenger) interface after it has been initialized for the user. You can locally fix this by deleting...
> Ooooooh, so this happens because I added the Messenger interface after I loaded the plugin for the first time ? Yes, and yeah let's keep this ticket.
@dhirajsb Could you create a new ticket with a use case? I don't want to fill this ticket with not closely related requests.