Advertisement
tiwing

Basic Automation

Jan 26th, 2023
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. description: ""
  2. mode: single
  3. trigger:
  4.   - platform: numeric_state
  5.     entity_id: sun.sun
  6.     attribute: elevation
  7.     below: 4
  8. condition: []
  9. action:
  10.   - service: light.turn_on
  11.     data:
  12.       brightness: 225
  13.     target:
  14.       entity_id: light.bsmt_bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement