mansellrace

Untitled

Dec 26th, 2022
978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.45 KB | None | 0 0
  1. description: ""
  2. trigger:
  3.   - platform: state
  4.     entity_id:
  5.      - switch.tasmota_4
  6. condition: []
  7. action:
  8.   - if:
  9.       - condition: state
  10.         entity_id: switch.tasmota_4
  11.         state: "on"
  12.     then:
  13.       - service: shell_command.avvio_plex
  14.         data: {}
  15.   - if:
  16.       - condition: state
  17.         entity_id: switch.tasmota_4
  18.         state: "off"
  19.     then:
  20.       - service: shell_command.chiusura_plex
  21.         data: {}
  22. mode: single
Advertisement
Add Comment
Please, Sign In to add comment