friedpenguin

hass no mo

Jan 16th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. alias: no human in garage
  2. description: ""
  3. trigger:
  4. - type: no_motion
  5. platform: device
  6. device_id: 12345
  7. entity_id: binary_sensor.mysensor_motion_detection
  8. domain: binary_sensor
  9. for:
  10. hours: 0
  11. minutes: 5
  12. seconds: 0
  13. condition: []
  14. action:
  15. - type: turn_off
  16. device_id: 56789
  17. entity_id: light.garage
  18. domain: light
  19. mode: single
  20.  
Advertisement
Add Comment
Please, Sign In to add comment