Skip to content

Instantly share code, notes, and snippets.

@dmd
Created December 4, 2024 18:01
Show Gist options
  • Save dmd/f4b685f89f93a0ae7be28c57cfacc53b to your computer and use it in GitHub Desktop.
Save dmd/f4b685f89f93a0ae7be28c57cfacc53b to your computer and use it in GitHub Desktop.
- id: '1733333946855'
alias: turn ON clean laundry lamp
description: ''
triggers:
- trigger: state
entity_id:
- input_select.washing_machine_status
to: Clean
conditions: []
actions:
- action: light.turn_on
metadata: {}
data: {}
target:
entity_id: light.kitchen_alert_lamp_plug
mode: single
- id: '1733334063747'
alias: turn OFF clean laundry lamp
description: ''
triggers:
- trigger: state
entity_id:
- input_select.washing_machine_status
from: Clean
conditions: []
actions:
- action: light.turn_off
metadata: {}
data: {}
target:
entity_id: light.kitchen_alert_lamp_plug
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment