alessmart

Controllo porte e finestre quando parte il condizionatore

Jul 20th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. alias: Controllo porte e finestre quando parte il condizionatore
  2. description: ""
  3. triggers:
  4. - entity_id:
  5. - TUA ENTITA'
  6. to: null
  7. trigger: state
  8. conditions: []
  9. actions:
  10. - target:
  11. entity_id: group.group_finestre
  12. action: homeassistant.update_entity
  13. data: {}
  14. - choose:
  15. - conditions:
  16. - condition: state
  17. entity_id: group.group_finestre
  18. state: "on"
  19. sequence:
  20. - data:
  21. message: >-
  22. Attenzione: una porta o finestra è aperta mentre il
  23. riscaldamento è acceso!
  24. action: notify.mobile_app_TUO SMARTHPHONE
  25. mode: single
  26.  
Advertisement
Add Comment
Please, Sign In to add comment