Add a notify service to your configuration.yaml
:
notify:
- name: signal
platform: rest
resource: https://signal-gateway.example.com/json/<recipient-or-group-id>
method: POST_JSON
Now you can use it in automations like this:
- data:
message: something happened
service: notify.signal