giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

how i can create new automation? #40

Closed moshik132 closed 5 months ago

moshik132 commented 9 months ago

i want to create a new automation but is not work. the message is not send You can get an example for building automation

XtraLarge commented 9 months ago

Here one of my automations as an example:

alias: Neustart per WhatsApp melden
description: ""
trigger:
  - platform: homeassistant
    event: start
condition: []
action:
  - service: whatsapp.send_message
    data:
      clientId: default
      to: 1203631807610852xx@g.us #sending to a group
      body:
        text: HomeAssistant neu gestartet
mode: single
initial_state: "on"