Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "[EXEMPLE] Notification PUSH Ouverture porte"
- description: ""
- trigger:
- - platform: state
- entity_id:
- - binary_sensor.porte_entree
- from: "off"
- to: "on"
- id: porte_ouverte
- - platform: state
- entity_id:
- - binary_sensor.porte_entree
- from: "off"
- to: "on"
- id: porte_fermee
- condition: []
- action:
- - choose:
- - conditions:
- - condition: trigger
- id:
- - porte_ouverte
- sequence:
- - service: notify.mobile_app_xiaomi_mi_11t_pro
- data:
- title: Information
- message: La porte d'entrée a été ouverte.
- - conditions:
- - condition: trigger
- id:
- - porte_fermee
- sequence:
- - service: notify.mobile_app_xiaomi_mi_11t_pro
- data:
- title: Information
- message: La porte d'entrée a été fermée.
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment