Advertisement
Guest User

autom. sonoff stato

a guest
Mar 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. - alias: "Power state on HA start-up"
  2.   trigger:
  3.     platform: homeassistant
  4.     event: start
  5.   action:
  6.     - service: mqtt.publish
  7.       data:
  8.         topic: "sonoffs/cmnd/state"
  9.         payload: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement