feat: add card examples and speed up rtc connect
This commit is contained in:
parent
04afead5af
commit
23fd806e6d
41 changed files with 3327 additions and 3 deletions
17
examples/cards/instances/live-calendar-today/card.json
Normal file
17
examples/cards/instances/live-calendar-today/card.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"id": "live-calendar-today",
|
||||
"kind": "text",
|
||||
"title": "Today's Agenda",
|
||||
"question": "",
|
||||
"choices": [],
|
||||
"response_value": "",
|
||||
"slot": "live-calendar-today",
|
||||
"lane": "context",
|
||||
"priority": 50,
|
||||
"state": "active",
|
||||
"template_key": "calendar-agenda-live",
|
||||
"context_summary": "",
|
||||
"chat_id": "web",
|
||||
"created_at": "2026-03-09T23:37:10.542306+00:00",
|
||||
"updated_at": "2026-03-11T04:12:48.601255+00:00"
|
||||
}
|
||||
12
examples/cards/instances/live-calendar-today/state.json
Normal file
12
examples/cards/instances/live-calendar-today/state.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"title": "Today's Agenda",
|
||||
"subtitle": "Family Calendar",
|
||||
"tool_name": "mcp_home_assistant_calendar_get_events",
|
||||
"calendar_names": [
|
||||
"Family Calendar"
|
||||
],
|
||||
"range_days": 1,
|
||||
"max_events": 8,
|
||||
"refresh_ms": 900000,
|
||||
"empty_text": "No events for today."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue