Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Controllo porte e finestre quando parte il condizionatore
- description: ""
- triggers:
- - entity_id:
- - TUA ENTITA'
- to: null
- trigger: state
- conditions: []
- actions:
- - target:
- entity_id: group.group_finestre
- action: homeassistant.update_entity
- data: {}
- - choose:
- - conditions:
- - condition: state
- entity_id: group.group_finestre
- state: "on"
- sequence:
- - data:
- message: >-
- Attenzione: una porta o finestra è aperta mentre il
- riscaldamento è acceso!
- action: notify.mobile_app_TUO SMARTHPHONE
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment