AutomationDataset/scottjaffa/automation-descriptions.json

15 lines
817 B
JSON

[
{
"id": "Shabbat powder room enable",
"result": {
"structured": "TRIGGER: When powder room switch [e1b020c5c28f0db4785fb1c46f066782] is turned off. CONDITIONS: shabbat active [input_boolean.shabbat_active] is on. ACTIONS: Turn on powder room switch [e1b020c5c28f0db4785fb1c46f066782].",
"natural_language": {
"trigger": "When the powder room switch [e1b020c5c28f0db4785fb1c46f066782] is turned off.",
"conditions": "The shabbat active [input_boolean.shabbat_active] input boolean must be in the 'on' state.",
"action": "Turn the powder room switch [e1b020c5c28f0db4785fb1c46f066782] back on."
},
"human_like": "Keeps the powder room light on during Shabbat by automatically turning it back on if it gets switched off.",
"complexity": "low"
}
}
]