AutomationDataset/Hub-Industries/automation-descriptions.json

67 lines
4.6 KiB
JSON

[
{
"id": "'1740089652319'",
"result": {
"structured": "TRIGGER: None specified (manual or external trigger). CONDITIONS: None. ACTIONS: Trigger automation turn on tv bufo automation [automation.turn_on_tv_bufo] AND Turn on bedroom light 1 [c1f7d6f098ce6281b32b8f7e8db72789] AND Turn on reading light [light.reading_light] AND Turn on mood wire light [switch.mood_wire_light].",
"natural_language": {
"trigger": "This automation does not have any defined triggers. It must be triggered manually or by another automation.",
"conditions": "There are no conditions that must be met for the actions to run.",
"action": "When triggered, it starts the 'turn on tv bufo' automation [automation.turn_on_tv_bufo], turns on the bedroom light 1 [c1f7d6f098ce6281b32b8f7e8db72789], turns on the reading light [light.reading_light], and turns on the mood wire light [switch.mood_wire_light]."
},
"human_like": "A wake-up routine that triggers a TV automation and turns on several bedroom lights.",
"complexity": "low"
}
},
{
"id": "'1740090856944'",
"result": {
"structured": "TRIGGER: None. CONDITIONS: None. ACTIONS: Turn on media player 1 [device_id: e0f4382e296225f9b3f3f1724fe964d8] AND Turn off media player 1 [device_id: e0f4382e296225f9b3f3f1724fe964d8].",
"natural_language": {
"trigger": "This automation has no triggers defined.",
"conditions": "This automation has no conditions defined.",
"action": "Turns on the media player 1 [device_id: e0f4382e296225f9b3f3f1724fe964d8] and then immediately turns it off."
},
"human_like": "Toggles the living room media player on and then off, likely as a test or to reset it.",
"complexity": "low"
}
},
{
"id": "'1740091188870'",
"result": {
"structured": "TRIGGER: No triggers defined (manual or external activation). CONDITIONS: No conditions defined. ACTIONS: Turn off switches associated with device IDs f452c94d32c0e74ff9cf45a8fbd96e77, aab3d01b268851dc34c32c8a615d4960, and 0cd71aab4097cbba429d8e6ce3669c05 AND Turn off desk light [light.desk_light] and reading light [light.reading_light] AND Turn off media players associated with device IDs e0f4382e296225f9b3f3f1724fe964d8 and 3718ded81c31df2e8aeb964cbd7203df.",
"natural_language": {
"trigger": "This automation does not have any automatic triggers defined. It must be activated manually or by another automation.",
"conditions": "There are no conditions that need to be met for the actions to run.",
"action": "Turns off three switches (identified by their device IDs), the desk light [light.desk_light] and reading light [light.reading_light], and two media players (identified by their device IDs)."
},
"human_like": "Turns off multiple lights, switches, and media players to prepare the home for sleep.",
"complexity": "low"
}
},
{
"id": "'1740091718203'",
"result": {
"structured": "TRIGGER: When roos person [person.roos] enters the home zone [zone.home]. CONDITIONS: (seppe person [person.seppe] is NOT in the home zone [zone.home]) AND (the current time is after sunset). ACTIONS: Trigger the wake up automation [automation.wake_up] and skip its conditions.",
"natural_language": {
"trigger": "When Roos [person.roos] arrives at home, as detected by entering the home zone [zone.home].",
"conditions": "If Seppe [person.seppe] is not currently at home, and if it is after sunset.",
"action": "Activates the 'wake up' automation [automation.wake_up], bypassing its own conditions."
},
"human_like": "Triggers a wake-up routine when Roos arrives home after sunset, but only if Seppe is not already home.",
"complexity": "medium"
}
},
{
"id": "'1659384053123'",
"result": {
"structured": "TRIGGER: At 06:00:00. CONDITIONS: laundromat switch [switch.laundromat] is on. ACTIONS: Send a notification to mobile app fratercula [notify.mobile_app_fratercula] with title 'Laundry machine still online!' and message 'Heya dummy -- you forgot the laundry!'.",
"natural_language": {
"trigger": "Every day at 6:00 AM.",
"conditions": "If the laundromat switch [switch.laundromat] is currently turned on.",
"action": "Sends a push notification to the user's mobile device via mobile app fratercula [notify.mobile_app_fratercula], with a title and message reminding them that the laundry machine is still on."
},
"human_like": "Sends a morning reminder if the laundry machine switch was left on overnight.",
"complexity": "low"
}
}
]