Created
December 4, 2024 18:01
-
-
Save dmd/f4b685f89f93a0ae7be28c57cfacc53b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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