AutomationDataset/ezcafe/automation-descriptions.json

535 lines
40 KiB
JSON

[
{
"id": "'1752761300410'",
"result": {
"structured": "TRIGGER: When the time is 21:00:00. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Execute the script living room altar led [script.fake_remote] with the command 'living_led_on'.",
"natural_language": {
"trigger": "At 9:00 PM every day.",
"conditions": "If the travel mode toggle [input_boolean.travel_mode] is switched off.",
"action": "Runs the 'living room altar led' script [script.fake_remote] to send the command 'living_led_on'."
},
"human_like": "Turns on the LED in the living room altar every evening at 9 PM, but only when travel mode is disabled.",
"complexity": "low"
}
},
{
"id": "'1752761696247'",
"result": {
"structured": "TRIGGER: At 21:20:00 daily. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Execute script living room altar led [script.fake_remote] with command 'living_led_off'.",
"natural_language": {
"trigger": "Every day at 9:20 PM.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Runs the script living room altar led [script.fake_remote] with the command 'living_led_off' to turn off the LED in the altar."
},
"human_like": "Turns off the living room altar LED at 9:20 PM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1752838085509'",
"result": {
"structured": "TRIGGER: When working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] reports occupied. CONDITIONS: Current time is between 18:00:00 AND 21:30:00. ACTIONS: Turn on working room light 1 [765da3cb2f65bd02c6b215278917dcd6] at 100% brightness with a short flash AND Turn on working room light 2 [7aaa3933c9b1b13d4a0bbe1fc6e6e064] at 100% brightness AND Turn on working room fan switch [130e0364594951ab97ad77223988e46b].",
"natural_language": {
"trigger": "When the working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is between 6:00 PM and 9:30 PM.",
"action": "It turns on working room light 1 [765da3cb2f65bd02c6b215278917dcd6] to full brightness with a short flash, turns on working room light 2 [7aaa3933c9b1b13d4a0bbe1fc6e6e064] to full brightness, and turns on the working room fan switch [130e0364594951ab97ad77223988e46b]."
},
"human_like": "Turns on the lights and fan in the working room when someone enters during the evening hours.",
"complexity": "low"
}
},
{
"id": "'1752838269769'",
"result": {
"structured": "TRIGGER: When working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] reports the room is not occupied. CONDITIONS: None. ACTIONS: Turn off working room light 1 [765da3cb2f65bd02c6b215278917dcd6] AND turn off working room light 2 [7aaa3933c9b1b13d4a0bbe1fc6e6e064] AND turn off working room light 3 [e9de90109ba88a47bd0b3e6ad810fcd3] AND turn off working room fan switch [130e0364594951ab97ad77223988e46b].",
"natural_language": {
"trigger": "When the working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] detects that the room is no longer occupied.",
"conditions": "There are no additional conditions.",
"action": "Turns off all lights and the fan in the working room: working room light 1 [765da3cb2f65bd02c6b215278917dcd6], working room light 2 [7aaa3933c9b1b13d4a0bbe1fc6e6e064], working room light 3 [e9de90109ba88a47bd0b3e6ad810fcd3], and the working room fan switch [130e0364594951ab97ad77223988e46b]."
},
"human_like": "Turns off all lights and the fan in the working room when the occupancy sensor detects the room is empty.",
"complexity": "low"
}
},
{
"id": "'1752977188711'",
"result": {
"structured": "TRIGGER: When led toggle [input_boolean.led_toggle] changes from on to off. CONDITIONS: None. ACTIONS: Execute the script living room altar led [script.fake_remote] with the command 'living_led_off'.",
"natural_language": {
"trigger": "When the led toggle [input_boolean.led_toggle] is switched from on to off.",
"conditions": "There are no conditions for this automation.",
"action": "Runs the script called living room altar led [script.fake_remote] with the specific command 'living_led_off'."
},
"human_like": "Turns off the living room LED light when the LED toggle switch is turned off.",
"complexity": "low"
}
},
{
"id": "'1752977243583'",
"result": {
"structured": "TRIGGER: When led toggle [input_boolean.led_toggle] changes from off to on. CONDITIONS: None. ACTIONS: Execute the script living room altar led [script.fake_remote] with the command 'living_led_fade'.",
"natural_language": {
"trigger": "When the led toggle [input_boolean.led_toggle] is turned on from an off state.",
"conditions": "There are no conditions.",
"action": "Runs the living room altar led [script.fake_remote] script with the specific command 'living_led_fade'."
},
"human_like": "Turns on the living room LED light with a fade effect when the LED toggle is switched on.",
"complexity": "low"
}
},
{
"id": "'1753226294374'",
"result": {
"structured": "TRIGGER: When working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] becomes occupied. CONDITIONS: The current time is between 05:00:00 and 17:59:00. ACTIONS: Turn on working room light 3 [e9de90109ba88a47bd0b3e6ad810fcd3] with a short flash and 100% brightness AND turn on working room fan switch [130e0364594951ab97ad77223988e46b] (but the action is disabled).",
"natural_language": {
"trigger": "When the working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is between 5:00 AM and 5:59 PM.",
"action": "It turns on the working room light 3 [e9de90109ba88a47bd0b3e6ad810fcd3] with a short flash at full brightness, and also sends a command to turn on the working room fan switch [130e0364594951ab97ad77223988e46b], although this specific action is currently disabled."
},
"human_like": "Turns on the light and fan in the working room when someone enters during daytime hours.",
"complexity": "low"
}
},
{
"id": "'1753234755135'",
"result": {
"structured": "TRIGGER: When the time is 05:00:00 OR when the time is 18:30:00. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn on computer outlet switch [c940b52931dfe89194ae7b83b68631f1].",
"natural_language": {
"trigger": "The automation runs at 5:00 AM or at 6:30 PM.",
"conditions": "It only runs if the travel mode toggle [input_boolean.travel_mode] is turned off.",
"action": "It turns on the computer outlet switch [c940b52931dfe89194ae7b83b68631f1]."
},
"human_like": "Turns on the computer outlet in the working room at 5 AM and 6:30 PM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1753367231970'",
"result": {
"structured": "TRIGGER: At 05:30:00 every day (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday). CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Send the AC_Off command to the AC in bedroom device via the remote (device_id: 4c62df2d59000623daaa9568995d3023) AND Send the Fan_On command to the Fan in bedroom device via the same remote (device_id: 4c62df2d59000623daaa9568995d3023) AND Turn off bedroom ac climate [climate.ac_casper_in_bedroom].",
"natural_language": {
"trigger": "Every day at 5:30 AM.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Sends an 'AC_Off' command to the air conditioner in the bedroom via a remote control, then sends a 'Fan_On' command to the fan in the bedroom via the same remote, and finally turns off the bedroom ac climate [climate.ac_casper_in_bedroom] entity."
},
"human_like": "Turns off the bedroom air conditioner and turns on the fan every morning at 5:30 AM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1753367878515'",
"result": {
"structured": "TRIGGER: At 06:20:00 on weekdays (Monday, Tuesday, Wednesday, Thursday, Friday) OR At 07:00:00 on weekends (Saturday, Sunday). CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Send the 'Fan_Off' command to the device 'Fan in bedroom' (device_id: 4c62df2d59000623daaa9568995d3023) AND Execute the script bedroom ir remote [script.irhvac_remote] with specified IR parameters.",
"natural_language": {
"trigger": "The automation runs at 6:20 AM on weekdays (Monday to Friday) or at 7:00 AM on weekends (Saturday and Sunday).",
"conditions": "It only proceeds if the travel mode toggle [input_boolean.travel_mode] is turned off.",
"action": "It sends an 'off' command to the bedroom fan via a remote and also triggers an infrared remote script to send a specific IR command."
},
"human_like": "Turns off the bedroom fan on a weekday and weekend schedule, but only when travel mode is not active.",
"complexity": "medium"
}
},
{
"id": "'1753368822540'",
"result": {
"structured": "TRIGGER: When bedroom fan toggle [input_boolean.bedroom_fan_toggle] changes from on to off. CONDITIONS: None. ACTIONS: Execute script bedroom ir remote [script.irhvac_remote] with protocol NEC, bits 32, data 0xFFA25D, dataLSB 0xFF45BA, repeat 0, and commandTopic X_SMART_LINK_C9EF77.",
"natural_language": {
"trigger": "When the bedroom fan toggle [input_boolean.bedroom_fan_toggle] is switched from the 'on' state to the 'off' state.",
"conditions": "There are no conditions that must be met.",
"action": "Sends a specific infrared command to a remote device by running the bedroom ir remote [script.irhvac_remote] script with the specified parameters."
},
"human_like": "Turns off the bedroom fan by sending an infrared off command when the fan toggle is switched off.",
"complexity": "low"
}
},
{
"id": "'1753368857888'",
"result": {
"structured": "TRIGGER: When bedroom fan toggle [input_boolean.bedroom_fan_toggle] changes from off to on. CONDITIONS: None. ACTIONS: Execute script bedroom ir remote [script.irhvac_remote] with parameters: protocol NEC, bits 32, data 0xFFA25D, dataLSB 0xFF45BA, repeat 0, commandTopic X_SMART_LINK_C9EF77.",
"natural_language": {
"trigger": "When the bedroom fan toggle [input_boolean.bedroom_fan_toggle] is switched from off to on.",
"conditions": "There are no conditions.",
"action": "Sends an infrared command to a remote device using the bedroom ir remote [script.irhvac_remote] script, configured with specific protocol and data codes."
},
"human_like": "Turns on the bedroom fan by sending an infrared remote command when the fan toggle is switched on.",
"complexity": "low"
}
},
{
"id": "'1753518466210'",
"result": {
"structured": "TRIGGER: When hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] becomes occupied. CONDITIONS: Time is between 22:00:00 and 05:00:00 on any day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday). ACTIONS: Turn on hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774] and set brightness to 10%.",
"natural_language": {
"trigger": "When the hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] detects that the hallway has become occupied.",
"conditions": "The automation only runs if the current time is between 10:00 PM and 5:00 AM, and it is active on all days of the week.",
"action": "Turns on the hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774] and sets its brightness to 10%."
},
"human_like": "After 10 PM, if someone enters the hallway, the light turns on at a low 10% brightness to avoid being too bright at night.",
"complexity": "low"
}
},
{
"id": "'1753518525060'",
"result": {
"structured": "TRIGGER: When hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] becomes not occupied. CONDITIONS: None. ACTIONS: Turn off hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774].",
"natural_language": {
"trigger": "When the hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] detects that the hallway is no longer occupied.",
"conditions": "There are no additional conditions.",
"action": "Turns off the hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774]."
},
"human_like": "Turns off the hallway light when the occupancy sensor detects the hallway is empty.",
"complexity": "low"
}
},
{
"id": "'1753624204670'",
"result": {
"structured": "TRIGGER: When hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] becomes occupied. CONDITIONS: The current time is between 18:00:00 and 22:00:00 on any day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday). ACTIONS: Turn on hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774] to 80% brightness.",
"natural_language": {
"trigger": "When the hallway occupancy sensor [3f0a4ee263ed9a8afe5ce30cabdadfe1] detects that the hallway is occupied.",
"conditions": "The automation only runs if the current time is between 6:00 PM and 10:00 PM, and it is active on all days of the week.",
"action": "Turns on the hallway light [7c0fcca8be0fc0bb6c87ff0bdd92f774] and sets its brightness to 80%."
},
"human_like": "Turns on the hallway light to 80% brightness when someone enters the hallway in the evening.",
"complexity": "low"
}
},
{
"id": "'1753791379013'",
"result": {
"structured": "TRIGGER: When device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] enters zone.home OR when device tracker 2 [25761030c031f8481fd97ff26ed1af51] enters zone.home OR when gate sensor [binary_sensor.gate_sensor_opening] changes from off to on. CONDITIONS: The current time is between 17:30:00 and 23:00:00 on any day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday). ACTIONS: Turn on living room fan light [a1bb69082df5553b7b210436b2870310] to 100% brightness.",
"natural_language": {
"trigger": "When either device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] or device tracker 2 [25761030c031f8481fd97ff26ed1af51] arrives at home, or when the gate sensor [binary_sensor.gate_sensor_opening] opens.",
"conditions": "The automation only runs if the current time is between 5:30 PM and 11:00 PM, and this applies to every day of the week.",
"action": "Turns on the living room fan light [a1bb69082df5553b7b210436b2870310] at full brightness."
},
"human_like": "Turns on the living room light when someone arrives home or the gate opens, but only in the evening.",
"complexity": "medium"
}
},
{
"id": "'1753791525721'",
"result": {
"structured": "TRIGGER: When device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] leaves zone.home OR When device tracker 2 [25761030c031f8481fd97ff26ed1af51] leaves zone.home. CONDITIONS: (device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] is not home) AND (device tracker 2 [25761030c031f8481fd97ff26ed1af51] is not home). ACTIONS: Turn on the following scenes: living room off scene [scene.living_room_off], bedroom off scene [scene.bed_room_off], working room off scene [scene.working_room_off], rest room off scene [scene.rest_room_off], hallway off scene [scene.hallway_off] AND Turn off living room remote [be22d89bc61ac09b93c095a1425516be].",
"natural_language": {
"trigger": "When either device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] or device tracker 2 [25761030c031f8481fd97ff26ed1af51] leaves the home zone.",
"conditions": "Both device tracker 1 [f789bce5ef2ceafd6fd4bcbb1fed0c70] and device tracker 2 [25761030c031f8481fd97ff26ed1af51] must be in a 'not home' state.",
"action": "Activate the 'off' scenes for the living room, bedroom, working room, rest room, and hallway, and also turn off the living room remote [be22d89bc61ac09b93c095a1425516be]."
},
"human_like": "Turns off all the lights and the remote when the last person leaves the home.",
"complexity": "medium"
}
},
{
"id": "'1753792193072'",
"result": {
"structured": "TRIGGER: At 21:00:00 OR At 21:45:00. CONDITIONS: (door sensor 1 [5d7f1da4f82808a5d5df529f8f531478] is open) OR (door sensor 2 [854181d053491b3e2aa40c5156f604be] is open). ACTIONS: Send a notification to mobile notification [notify.mobile_app_qs_iphone] with title 'Kiểm tra an ninh' and message 'Đóng cửa Q ơi'.",
"natural_language": {
"trigger": "The automation triggers at 9:00 PM or at 9:45 PM.",
"conditions": "If either door sensor 1 [5d7f1da4f82808a5d5df529f8f531478] is open, or door sensor 2 [854181d053491b3e2aa40c5156f604be] is open.",
"action": "Sends a mobile notification to the user's phone with the title 'Kiểm tra an ninh' and the message 'Đóng cửa Q ơi'."
},
"human_like": "Sends a security reminder to your phone at 9 PM and 9:45 PM if any monitored door is left open.",
"complexity": "medium"
}
},
{
"id": "'1753967319732'",
"result": {
"structured": "TRIGGER: When bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] becomes occupied. CONDITIONS: The current time is between 06:30:00 and 17:59:00 on any day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday). ACTIONS: Turn on bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] to 90% brightness with a short flash AND Turn on bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] to 90% brightness with a short flash.",
"natural_language": {
"trigger": "When the bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is between 6:30 AM and 5:59 PM, and it can run on any day of the week.",
"action": "Turns on both bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] to 90% brightness, with a short flash effect."
},
"human_like": "Turns on the bedroom lights during daytime hours when someone enters the room.",
"complexity": "low"
}
},
{
"id": "'1753967371188'",
"result": {
"structured": "TRIGGER: When the time is 22:15:00 OR When bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] becomes not_occupied. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn off bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] AND Turn off bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc].",
"natural_language": {
"trigger": "The automation triggers either at 10:15 PM every day, or when the bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] detects that the bedroom is no longer occupied.",
"conditions": "The automation only runs if the travel mode toggle [input_boolean.travel_mode] is switched off.",
"action": "It turns off both bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc]."
},
"human_like": "Turns off the bedroom lights at a scheduled time or when the room is no longer occupied, but only when travel mode is disabled.",
"complexity": "medium"
}
},
{
"id": "'1753969346480'",
"result": {
"structured": "TRIGGER: When living room occupancy sensor [34b58f74d701703b4f904ec839168863] becomes occupied and remains occupied for 5 seconds. CONDITIONS: None. ACTIONS: Turn on living room fan [319ebd5a59a5582098d0cc3866fcb5f2].",
"natural_language": {
"trigger": "When the living room occupancy sensor [34b58f74d701703b4f904ec839168863] detects that the room is occupied and remains in that state for at least 5 seconds.",
"conditions": "There are no conditions that must be met.",
"action": "Turns on the living room fan [319ebd5a59a5582098d0cc3866fcb5f2]."
},
"human_like": "Turns on the living room fan automatically when someone is detected in the room for a few seconds.",
"complexity": "low"
}
},
{
"id": "'1753969399440'",
"result": {
"structured": "TRIGGER: When living room occupancy sensor [34b58f74d701703b4f904ec839168863] is not occupied for 10 seconds. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn off living room fan [319ebd5a59a5582098d0cc3866fcb5f2] AND turn off living room fan light [a1bb69082df5553b7b210436b2870310] (action disabled).",
"natural_language": {
"trigger": "When the living room occupancy sensor [34b58f74d701703b4f904ec839168863] detects that the room has been unoccupied for 10 seconds.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Turns off the living room fan [319ebd5a59a5582098d0cc3866fcb5f2]. The automation also includes an action to turn off the living room fan light [a1bb69082df5553b7b210436b2870310], but this action is currently disabled."
},
"human_like": "Automatically turns off the living room fan when the room is unoccupied for a short time, as long as travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1754002910837'",
"result": {
"structured": "TRIGGER: When the time is 05:30:00 on any day of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday). CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Send the 'Fan_On' command to the remote device 'Fan in bedroom' (device_id: 4c62df2d59000623daaa9568995d3023) AND Execute the script bedroom ir remote [script.irhvac_remote] with parameters: protocol NEC, bits 32, data 0xFFA25D, dataLSB 0xFF45BA, repeat 0, commandTopic X_SMART_LINK_C9EF77.",
"natural_language": {
"trigger": "Every day at 5:30 AM.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Sends a command to turn on the fan in the bedroom via a remote device, and also sends a specific infrared command for an HVAC remote."
},
"human_like": "Turns on the bedroom fan and sends an AC remote command every morning at 5:30 AM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1754003977509'",
"result": {
"structured": "TRIGGER: When bedroom door sensor [binary_sensor.307e34dd6c4819d8a9cc2baaf9a33343] is not opened (device trigger type: not_opened). CONDITIONS: The current time is between 22:30:00 and 05:00:00. ACTIONS: Turn off working room light 2 [light.7aaa3933c9b1b13d4a0bbe1fc6e6e064] AND Turn off working room light 1 [light.765da3cb2f65bd02c6b215278917dcd6] AND Turn off working room light 3 [light.e9de90109ba88a47bd0b3e6ad810fcd3] AND Turn off hallway light [light.7c0fcca8be0fc0bb6c87ff0bdd92f774].",
"natural_language": {
"trigger": "When the bedroom door sensor [binary_sensor.307e34dd6c4819d8a9cc2baaf9a33343] is not opened.",
"conditions": "The automation only runs if the current time is between 10:30 PM and 5:00 AM.",
"action": "Turns off all the working room lights (working room light 2 [light.7aaa3933c9b1b13d4a0bbe1fc6e6e064], working room light 1 [light.765da3cb2f65bd02c6b215278917dcd6], and working room light 3 [light.e9de90109ba88a47bd0b3e6ad810fcd3]) and the hallway light [light.7c0fcca8be0fc0bb6c87ff0bdd92f774]."
},
"human_like": "Turns off the working room and hallway lights at night when the bedroom door is not opened.",
"complexity": "low"
}
},
{
"id": "'1755424921467'",
"result": {
"structured": "TRIGGER: When button controller [device_id: d8e3d092d06008826d571aa403e70cae] sends a short press event for Button 1. CONDITIONS: None. ACTIONS: Toggle working room fan switch [switch.130e0364594951ab97ad77223988e46b].",
"natural_language": {
"trigger": "When the button controller [device_id: d8e3d092d06008826d571aa403e70cae] is pressed briefly on Button 1.",
"conditions": "There are no conditions.",
"action": "Toggle the working room fan switch [switch.130e0364594951ab97ad77223988e46b] on or off."
},
"human_like": "Pressing Button 1 on the remote controller toggles the fan in the working room on or off.",
"complexity": "low"
}
},
{
"id": "'1756119292973'",
"result": {
"structured": "TRIGGER: When the time is 09:00:00 on Monday, Tuesday, Wednesday, Thursday, or Friday OR When the time is 22:30:00. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn off computer outlet switch [c940b52931dfe89194ae7b83b68631f1].",
"natural_language": {
"trigger": "The automation triggers at 9:00 AM on weekdays (Monday through Friday) or at 10:30 PM every day.",
"conditions": "It only runs if the travel mode toggle [input_boolean.travel_mode] is turned off.",
"action": "It turns off the computer outlet switch [c940b52931dfe89194ae7b83b68631f1]."
},
"human_like": "Turns off the computer outlet on weekdays at 9 AM or every evening at 10:30 PM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1756254916189'",
"result": {
"structured": "TRIGGER: When the time is 08:00:00 on Monday, Tuesday, Wednesday, Thursday, or Friday OR When the time is 20:00:00 on any day. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn off living room ipad outlet 1 [0cb3fe1877c24f36bcfa3b598e69c8b7], wait 5 seconds, then turn off living room ipad outlet 2 [1735604beedcd5c3c3947113660fffde].",
"natural_language": {
"trigger": "The automation triggers at 8:00 AM on weekdays (Monday through Friday) or at 8:00 PM every day.",
"conditions": "The automation only runs if the travel mode toggle [input_boolean.travel_mode] is turned off.",
"action": "It turns off the living room ipad outlet 1 [0cb3fe1877c24f36bcfa3b598e69c8b7], waits for five seconds, and then turns off the living room ipad outlet 2 [1735604beedcd5c3c3947113660fffde]."
},
"human_like": "Turns off the two Living Room iPad outlets at scheduled times in the morning and evening, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1756255009361'",
"result": {
"structured": "TRIGGER: When the time is 06:00:00 OR when the time is 18:00:00. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn on living room ipad outlet 2 [1735604beedcd5c3c3947113660fffde], wait for 10 minutes, then turn on living room ipad outlet 1 [0cb3fe1877c24f36bcfa3b598e69c8b7].",
"natural_language": {
"trigger": "The automation runs at 6:00 AM or at 6:00 PM.",
"conditions": "It only runs if the travel mode toggle [input_boolean.travel_mode] is turned off.",
"action": "It first turns on the living room ipad outlet 2 [1735604beedcd5c3c3947113660fffde], waits for 10 minutes, and then turns on the living room ipad outlet 1 [0cb3fe1877c24f36bcfa3b598e69c8b7]."
},
"human_like": "Turns on two iPad outlets in the living room at 6 AM and 6 PM, but only when travel mode is off, with a 10-minute delay between them.",
"complexity": "low"
}
},
{
"id": "'1756733562863'",
"result": {
"structured": "TRIGGER: At 21:00:00 (9:00 PM). CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn on bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] with brightness 50% and short flash AND Turn on bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] with brightness 50% and short flash.",
"natural_language": {
"trigger": "Every day at 9:00 PM.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Turns on bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc], both set to 50% brightness with a short flash."
},
"human_like": "Turns on the bedroom lights to 50% brightness at 9 PM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1756733699286'",
"result": {
"structured": "TRIGGER: When the time is 22:10:00. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn off bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] AND turn off bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc].",
"natural_language": {
"trigger": "The automation runs every day at 10:10 PM.",
"conditions": "The automation only proceeds if the travel mode toggle [input_boolean.travel_mode] is switched off.",
"action": "It turns off two lights: bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc]."
},
"human_like": "Turns off the bedroom LED lights at 10:10 PM, but only when travel mode is not active.",
"complexity": "low"
}
},
{
"id": "'1756824926999'",
"result": {
"structured": "TRIGGER: When bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] becomes occupied. CONDITIONS: The current time is between 18:00:00 and 21:59:00 on any day of the week (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday). ACTIONS: Turn on bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] to 80% brightness with a short flash AND turn on bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] to 80% brightness with a short flash.",
"natural_language": {
"trigger": "When the bedroom occupancy sensor [5a008b0742ae33e6c55d96f5520df0b7] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is in the evening, specifically between 6:00 PM and 9:59 PM, and it can run on any day of the week.",
"action": "It turns on both bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc], setting them to 80% brightness and making them flash briefly."
},
"human_like": "Turns on the bedroom lights to a comfortable level with a brief flash when someone enters the room in the evening.",
"complexity": "low"
}
},
{
"id": "'1756856428525'",
"result": {
"structured": "TRIGGER: When the time is 22:00:00. CONDITIONS: (travel mode toggle [input_boolean.travel_mode] is off) AND (bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] is on OR bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] is on). ACTIONS: Turn on bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] with a short flash and set brightness to 10%. Turn on bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc] with a short flash and set brightness to 10%.",
"natural_language": {
"trigger": "At 10:00 PM every day.",
"conditions": "If travel mode is not active (travel mode toggle [input_boolean.travel_mode] is off) and at least one of the bedroom lights (bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] or bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc]) is currently turned on.",
"action": "Sets the brightness of both bedroom lights (bedroom light 1 [3f5a04430b3cc8f17af1bfa95ebe2c63] and bedroom light 2 [4dec75628ed6ae67631a5a4f76e228cc]) to 10% with a short flash."
},
"human_like": "At 10 PM, if travel mode is off and any bedroom light is on, dim the bedroom lights to a low brightness.",
"complexity": "medium"
}
},
{
"id": "'1757078786159'",
"result": {
"structured": "TRIGGER: When living room motion sensor 1 [645c8842be357ce3c1ddcd0a1cddbf77] detects motion OR when living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] detects motion. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn on shoe cabinet led [320b9c5ac0939d060ad03b5cc9f5a9d0] with a short flash and set brightness to 80%.",
"natural_language": {
"trigger": "When either the living room motion sensor 1 [645c8842be357ce3c1ddcd0a1cddbf77] or the living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] detects motion.",
"conditions": "If the travel mode toggle [input_boolean.travel_mode] is currently turned off.",
"action": "Turns on the shoe cabinet led [320b9c5ac0939d060ad03b5cc9f5a9d0] with a short flash effect and sets its brightness to 80%."
},
"human_like": "Turns on the shoe cabinet light when motion is detected in the living room, but only when travel mode is off.",
"complexity": "low"
}
},
{
"id": "'1757078828109'",
"result": {
"structured": "TRIGGER: When living room motion sensor 1 [645c8842be357ce3c1ddcd0a1cddbf77] reports no motion OR when living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] reports no motion. CONDITIONS: None. ACTIONS: Turn off shoe cabinet led [320b9c5ac0939d060ad03b5cc9f5a9d0].",
"natural_language": {
"trigger": "When either the living room motion sensor 1 [645c8842be357ce3c1ddcd0a1cddbf77] or the living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] detects no motion.",
"conditions": "There are no conditions that must be met.",
"action": "Turns off the shoe cabinet led [320b9c5ac0939d060ad03b5cc9f5a9d0]."
},
"human_like": "Turns off the shoe cabinet light when no motion is detected by either of the two living room motion sensors.",
"complexity": "low"
}
},
{
"id": "'1757080757764'",
"result": {
"structured": "TRIGGER: When living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] is turned on. CONDITIONS: travel mode toggle [input_boolean.travel_mode] is off. ACTIONS: Turn on bookcase led [e79bcaae51a233ff813d5067577326d0] with a short flash and brightness set to 80%.",
"natural_language": {
"trigger": "When the living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] detects motion and turns on.",
"conditions": "The travel mode toggle [input_boolean.travel_mode] must be off.",
"action": "Turn on the bookcase led [e79bcaae51a233ff813d5067577326d0] with a short flash effect and set its brightness to 80%."
},
"human_like": "When motion is detected in the living room, it briefly flashes the bookcase LED at 80% brightness, but only when travel mode is disabled.",
"complexity": "low"
}
},
{
"id": "'1757080826251'",
"result": {
"structured": "TRIGGER: When living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] is turned off. CONDITIONS: None. ACTIONS: Turn off bookcase led [e79bcaae51a233ff813d5067577326d0].",
"natural_language": {
"trigger": "When the living room motion sensor 2 [7dd5273a7c803e355a06ff0607d02f3c] stops detecting motion (turns off).",
"conditions": "There are no additional conditions.",
"action": "Turns off the bookcase led [e79bcaae51a233ff813d5067577326d0]."
},
"human_like": "Turns off the bookcase LED light when motion is no longer detected in the living room.",
"complexity": "low"
}
},
{
"id": "'1758324180995'",
"result": {
"structured": "TRIGGER: When working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] remains occupied for 3 minutes. CONDITIONS: None. ACTIONS: Turn on working room fan switch [130e0364594951ab97ad77223988e46b].",
"natural_language": {
"trigger": "When the working room occupancy sensor [94d156cfb840a2b1a8c36f8ec853c0aa] detects that the room is occupied and remains in that state for three minutes.",
"conditions": "There are no conditions that must be met.",
"action": "Turns on the working room fan switch [130e0364594951ab97ad77223988e46b]."
},
"human_like": "Turns on the fan in the working room after it has been occupied for three minutes.",
"complexity": "low"
}
},
{
"id": "'1758331039492'",
"result": {
"structured": "TRIGGER: When gate sensor [binary_sensor.gate_sensor_opening] changes from open (on) to closed (off). CONDITIONS: The current time is between 07:30:00 and 08:30:00. ACTIONS: Turn on the following scenes: living room off scene [scene.living_room_off], bedroom off scene [scene.bed_room_off], working room off scene [scene.working_room_off], rest room off scene [scene.rest_room_off], hallway off scene [scene.hallway_off] AND turn off living room remote [be22d89bc61ac09b93c095a1425516be].",
"natural_language": {
"trigger": "When the gate sensor [binary_sensor.gate_sensor_opening] changes from being open to closed.",
"conditions": "The automation only runs if the current time is between 7:30 AM and 8:30 AM.",
"action": "It turns on a series of 'off' scenes for the living room, bedroom, working room, rest room, and hallway, and also turns off the living room remote."
},
"human_like": "Turns off lights in several rooms when the gate closes in the morning, between 7:30 and 8:30 AM.",
"complexity": "low"
}
},
{
"id": "'1758338528901'",
"result": {
"structured": "TRIGGER: When rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] becomes occupied OR When rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] becomes occupied. CONDITIONS: The current time is between 18:00:00 AND 22:00:00. ACTIONS: Turn on rest room right light [353ec0a3b2eb93a74db970914b815a14] to 80% brightness.",
"natural_language": {
"trigger": "When either the rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] or the rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is between 6:00 PM and 10:00 PM.",
"action": "Turns on the rest room right light [353ec0a3b2eb93a74db970914b815a14] and sets its brightness to 80%."
},
"human_like": "Turns on the right rest room light at 80% brightness when occupancy is detected, but only in the evening between 6 PM and 10 PM.",
"complexity": "low"
}
},
{
"id": "'1758338597411'",
"result": {
"structured": "TRIGGER: When rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] becomes occupied OR When rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] becomes occupied. CONDITIONS: The current time is between 22:00:00 and 05:00:00. ACTIONS: Turn on rest room right light [353ec0a3b2eb93a74db970914b815a14] with brightness set to 10%.",
"natural_language": {
"trigger": "When either the rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] or the rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] detects that the room is occupied.",
"conditions": "The automation only runs if the current time is between 10:00 PM and 5:00 AM.",
"action": "Turns on the rest room right light [353ec0a3b2eb93a74db970914b815a14] at a low brightness level of 10%."
},
"human_like": "Turns on the rest room light at a dimmed brightness when motion is detected at night.",
"complexity": "low"
}
},
{
"id": "'1758338647770'",
"result": {
"structured": "TRIGGER: When rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] reports not_occupied OR When rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] reports not_occupied. CONDITIONS: rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] is not_occupied. ACTIONS: Turn off rest room right light [353ec0a3b2eb93a74db970914b815a14].",
"natural_language": {
"trigger": "When either the rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] or the rest room right occupancy sensor 2 [fe487149a42a9c1ae2a3516acb350250] reports that the room is not occupied.",
"conditions": "The automation only proceeds if the rest room right occupancy sensor 1 [e73b0e11a4aa31e8db5d116a06f12488] confirms the room is not occupied.",
"action": "Turns off the rest room right light [353ec0a3b2eb93a74db970914b815a14]."
},
"human_like": "Turns off the light in the rest room when occupancy sensors indicate the room is empty.",
"complexity": "low"
}
}
]