lacrima08

Untitled

Aug 19th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. alias: test_activite
  2. description: ""
  3. trigger:
  4.   - type: opened
  5.     platform: device
  6.     device_id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.     entity_id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  8.     domain: binary_sensor
  9. condition:
  10.   - condition: and
  11.     conditions:
  12.       - condition: time
  13.         after: "11:45:00"
  14.         before: "23:59:00"
  15.         weekday:
  16.          - sun
  17.           - mon
  18.       - condition: state
  19.         entity_id: binary_sensor.capteur_d_activite
  20.         state: "off"
  21. action:
  22.   - service: notify.homeassistant_notifybot
  23.     data:
  24.       message: "\"test du capteur d'acitivité\""
  25.       target:
  26.        - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  27. mode: single
  28.  
Add Comment
Please, Sign In to add comment