Advertisement
yurghie

Untitled

Oct 29th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. alias: Test Automation 6
  2. trigger:
  3. platform: state
  4. entity_id: sensor.octopus_energy
  5. action:
  6. service: "switch.turn_{{'on' if states('sensor.octopus_energy')|int(0)<200 else 'off'}}"
  7. entity_id: switch.kitchen_lamps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement