feat: unify card runtime and event-driven web ui
This commit is contained in:
parent
0edf8c3fef
commit
4dfb7ca3cc
105 changed files with 17382 additions and 8505 deletions
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"key": "calendar-timeline-live",
|
||||
"title": "Today Calendar Timeline",
|
||||
"notes": "Today-only Home Assistant calendar timeline with half-hour grid, current time marker, and next-event distance. Fill template_state with subtitle, tool_name (defaults to calendar_get_events), optional calendar_names, refresh_ms, min_start_hour, max_end_hour, min_window_hours, slot_height, and empty_text.",
|
||||
"example_state": {
|
||||
"subtitle": "Family Calendar",
|
||||
"tool_name": "mcp_home_assistant_calendar_get_events",
|
||||
"calendar_names": [
|
||||
"Family Calendar"
|
||||
],
|
||||
"refresh_ms": 900000,
|
||||
"min_start_hour": 6,
|
||||
"max_end_hour": 22,
|
||||
"min_window_hours": 6,
|
||||
"slot_height": 24,
|
||||
"empty_text": "No events for today."
|
||||
},
|
||||
"created_at": "2026-04-02T00:00:00+00:00",
|
||||
"updated_at": "2026-04-02T00:00:00+00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue