17 lines
718 B
JSON
17 lines
718 B
JSON
[
|
|
{
|
|
"id": "Update KidsChore UI Helpers",
|
|
"automation": "- alias: Update KidsChore UI Helpers\n triggers:\n - trigger: homeassistant\n event: start\n - trigger: time_pattern\n minutes: /5\n action:\n - action: input_datetime.set_datetime\n target:\n entity_id: input_datetime.kc_ui_set_date_helper\n data:\n datetime: '{{ (now().replace(hour=23, minute=0, second=0, microsecond=0) + timedelta(days=1)).isoformat()\n }}'",
|
|
"config": [
|
|
{
|
|
"name": "kids chore ui date helper",
|
|
"room": null,
|
|
"type": "sensor",
|
|
"id": {
|
|
"entity_id": "input_datetime.kc_ui_set_date_helper",
|
|
"device_id": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |