Advertisement
JLindvig

Diesel

Jun 14th, 2022
1,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. alias: diesel
  2. description: ''
  3. trigger:
  4.   - platform: numeric_state
  5.     entity_id: sensor.ok_diesel
  6.     above: '20'
  7.     below: '30'
  8. condition: []
  9. action:
  10.   - service: light.toggle
  11.     data: {}
  12.     target:
  13.       entity_id: light.spisebord
  14. mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement