lacrima08

purge_entities_from_recorder

Jan 24th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. alias: "[RECORDER] Purge TEST"
  2. description: ""
  3. trigger:
  4. - platform: time
  5. at: "21:02:00"
  6. condition: []
  7. action:
  8. - service: recorder.purge_entities
  9. data:
  10. domains: []
  11. entity_globs: []
  12. keep_days: 2
  13. target:
  14. entity_id:
  15. - light.garage
  16. mode: single
  17.  
Advertisement
Add Comment
Please, Sign In to add comment