Skip to content
osk2 edited this page Apr 10, 2021 · 1 revision

Notify Service

Call notify service when needed. e.g. in your automations or scripts

service: notify.line_bot
data:
  message: >-
    {"type": "text","text": "Hello, world"}

Note

message must be a valid LINE Message Object.

Clone this wiki locally