harrys
(harrys)
November 12, 2024, 9:39am
1
Hi,
I have a gotify server setup elsewhere that is working ok
I tried adding this to my configuration.yaml…
# gotify setup
notify:
- name: gotify
platform: rest
resource: https://xxxxxxx.co.uk/message
method: POST_JSON
headers:
X-Gotify-Key: xxxxxxxxxxxxxxxxxxx
message_param_name: message
title_param_name: title
data:
priority: 6
extras:
client::display:
contentType: "text/markdown"
But when i goto developer tools > actions and start typing notify, the “notify.gotify” option does not come up
Any ideas please?
thanks
koying
(Chris B)
November 12, 2024, 2:04pm
2
Did you restart HA?
What happens if you switch to YAML in the dev action and try it that way?
harrys
(harrys)
November 12, 2024, 3:50pm
3
hi, yes restarted few times
yes i did switch to yaml and try that way, but got nothing, tried watching the different HA logs, but couldn’t see any indication of any logs appearing on pressing “perform action” in any of the log files
harrys
(harrys)
November 12, 2024, 4:36pm
4
all fixed … as expected … it was my silly error
already had a notify section in my config.yaml further down (for smtp notifications)
logs picked it up and once i amalgamated them… all working as expected