AutomationDataset/alextrical/automation-descriptions.json

41 lines
2.8 KiB
JSON

[
{
"id": "'1736339919245'",
"result": {
"structured": "TRIGGER: When ZHA Remote Button 2 [device_id: 1dfd685be9bfa6a9820ac8fc1486e9a3] sends a short press event for button 2. CONDITIONS: None. ACTIONS: Toggle garden light [entity_id: 9082ccd93b6cd8d393e739392d647b84].",
"natural_language": {
"trigger": "When button 2 on the ZHA Remote Button 2 [device_id: 1dfd685be9bfa6a9820ac8fc1486e9a3] is pressed briefly.",
"conditions": "There are no conditions.",
"action": "Toggle the garden light [entity_id: 9082ccd93b6cd8d393e739392d647b84], turning it on if it is off, or off if it is on."
},
"human_like": "Toggles the garden light on or off with a short press of button 2 on the garden remote.",
"complexity": "low"
}
},
{
"id": "'1736340006868'",
"result": {
"structured": "TRIGGER: When ZHA Remote Button 1 [device_id: 1dfd685be9bfa6a9820ac8fc1486e9a3] button_1 is short-pressed. CONDITIONS: None. ACTIONS: Toggle kitchen light [entity_id: 2668da969b5de831139fecba0f41666e].",
"natural_language": {
"trigger": "When the first button on the ZHA Remote Button 1 [device_id: 1dfd685be9bfa6a9820ac8fc1486e9a3] is pressed and released quickly (a short press).",
"conditions": "There are no conditions; the action will run immediately after the trigger.",
"action": "Toggles the kitchen light [entity_id: 2668da969b5de831139fecba0f41666e], turning it on if it's off, or off if it's on."
},
"human_like": "Toggles the kitchen light on or off with a short press of a remote button.",
"complexity": "low"
}
},
{
"id": "'1741609921085'",
"result": {
"structured": "TRIGGER: When the system clock minutes are divisible by 5 (every 5 minutes). CONDITIONS: None. ACTIONS: Play the audio file '01-pink_noise_32k_30min.mp3' on the following media players: satellite media player 1 [media_player.sat1_r6_dev1_sat1_media_player], satellite media player 2 [media_player.sat1_r6_dev2_sat1_media_player], satellite media player 3 [media_player.sat1_r6_dev3_sat1_media_player], satellite media player 4 [media_player.sat1_r6_dev4_sat1_media_player], satellite media player 5 [media_player.sat1_r6_dev5_sat1_media_player], bedroom satellite media player [media_player.sat1_r4_bedroom_sat1_media_player], and bedroom satellite media player 2 [media_player.sat1_r4_bedroom_sat1_media_player_2].",
"natural_language": {
"trigger": "The automation runs every 5 minutes, triggered by the system clock.",
"conditions": "There are no conditions that must be met for the action to execute.",
"action": "The automation plays a 30-minute pink noise audio file on seven specific media players located in the living room and bedroom."
},
"human_like": "Plays pink noise on several speakers every five minutes.",
"complexity": "low"
}
}
]