AutomationDataset/ccpk1/automation-descriptions.json

15 lines
922 B
JSON

[
{
"id": "Update KidsChore UI Helpers",
"result": {
"structured": "TRIGGER: When Home Assistant starts OR When the system time matches a pattern where minutes are divisible by 5 (every 5 minutes). CONDITIONS: None. ACTIONS: Set the date and time for kids chore ui date helper [input_datetime.kc_ui_set_date_helper] to tomorrow at 11:00 PM.",
"natural_language": {
"trigger": "The automation runs either when Home Assistant first starts up, or at regular intervals every five minutes.",
"conditions": "There are no conditions that must be met for the action to run.",
"action": "It updates the date and time of the kids chore ui date helper [input_datetime.kc_ui_set_date_helper] to be tomorrow at 11:00 PM."
},
"human_like": "Keeps a helper date/time updated to tomorrow at 11 PM, running at startup and every five minutes.",
"complexity": "low"
}
}
]