Untitled

 avatar
unknown
plain_text
2 years ago
587 B
15
Indexable
- id: 'accendi_pozzo'
  alias: Accendi Shelly Pozzo alle 9:30
  trigger:
  - platform: time
    at: '09:30:00'
  action:
  - service: switch.turn_on
    entity_id: switch.pozzo
  - delay: '00:00:05'
  - condition: state
    entity_id: switch.pozzo
    state: 'on'
  - service: notify.emanuele
    data:
      message: "Il tuo Shelly Pozzo è stato acceso alle 9:30 del mattino da HA."
  - condition: state
    entity_id: switch.pozzo
    state: 'off'
  - service: notify.emanuele
    data:
      message: "Attenzione! Il tuo Shelly Pozzo non è stato acceso alle 9:30 del mattino da HA."
Editor is loading...