Advertisement
lacrima08

Untitled

Dec 9th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. alias: "[TEST] Persistent notification"
  2. description: ""
  3. trigger: []
  4. condition: []
  5. action:
  6. - service: notify.persistent_notification
  7. data:
  8. message: "Nombre de poules rentrΓ©es : {{ states.input_number.timer_adibou.state }}"
  9. mode: single
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement