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
18
examples/cards/templates/calendar-agenda-live/manifest.json
Normal file
18
examples/cards/templates/calendar-agenda-live/manifest.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"key": "calendar-agenda-live",
|
||||
"title": "Live Calendar Agenda",
|
||||
"notes": "Agenda card for one or more Home Assistant calendars. Fill template_state with subtitle, tool_name (defaults to calendar_get_events), optional calendar_names, range_days up to 7, max_events, refresh_ms, and empty_text. The card title comes from the feed header, not the template body.",
|
||||
"example_state": {
|
||||
"subtitle": "Family Calendar",
|
||||
"tool_name": "mcp_home_assistant_calendar_get_events",
|
||||
"calendar_names": [
|
||||
"Family Calendar"
|
||||
],
|
||||
"range_days": 3,
|
||||
"max_events": 8,
|
||||
"refresh_ms": 900000,
|
||||
"empty_text": "No events scheduled."
|
||||
},
|
||||
"created_at": "2026-03-11T04:12:48.601255+00:00",
|
||||
"updated_at": "2026-03-11T19:18:04.632189+00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue