Facebook
From Antonio, 3 Years ago, written in YAML.
Embed
Download Paste or View Raw
Hits: 106
  1. automation:
  2. - alias: "Ritorno a casa"
  3.   trigger:
  4.     platform: state
  5.     entity_id: person.giuseppe
  6.     from: 'not_home'
  7.     to: 'home'
  8.   action:
  9.   - service: switch.turn_on
  10.     entity_id: switch.nome_interruttore cancello

Replies to from not_home to home rss

Title Name Language When
from not_home to home Antonio yaml 3 Years ago.