AutomationDataset/JustBeanie/automation-descriptions.json

15 lines
1.3 KiB
JSON

[
{
"id": "Volcano Auto Sesh",
"result": {
"structured": "TRIGGER: When volcano heater switch [switch.s_b_volcano_h_heater] turns from off to on AND remains on for 5 seconds. CONDITIONS: None. ACTIONS: Turn on volcano screen light [light.s_b_volcano_h_screen] to 95% brightness, delay 250 milliseconds, turn on volcano screen light [light.s_b_volcano_h_screen] to 50% brightness, delay 250 milliseconds, turn on volcano screen light [light.s_b_volcano_h_screen] to 95% brightness, execute script volcano shesh [script.volcano_shesh], turn on volcano screen light [light.s_b_volcano_h_screen] to 50% brightness.",
"natural_language": {
"trigger": "When the volcano heater switch [switch.s_b_volcano_h_heater] is turned on and stays on for five seconds.",
"conditions": "There are no conditions for this automation.",
"action": "The automation will turn on the volcano screen light [light.s_b_volcano_h_screen] at 95% brightness, wait for a quarter of a second, dim the light to 50% brightness, wait another quarter of a second, brighten the light back to 95%, run the volcano shesh [script.volcano_shesh] script, and finally set the light back to 50% brightness."
},
"human_like": "Starts a Volcano session with a light animation when the heater is turned on.",
"complexity": "low"
}
}
]