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
21
examples/cards/templates/today-briefing-live/manifest.json
Normal file
21
examples/cards/templates/today-briefing-live/manifest.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"key": "today-briefing-live",
|
||||
"title": "Today Briefing",
|
||||
"notes": "Single-card day overview for local use. Fill template_state with weather_tool_name (defaults to Home Assistant GetLiveContext), calendar_tool_name (defaults to calendar_get_events), calendar_names, weather_prefix or exact sensor names for temperature/apparent/AQI, max_events, refresh_ms, and empty_text.",
|
||||
"example_state": {
|
||||
"weather_tool_name": "mcp_home_assistant_GetLiveContext",
|
||||
"calendar_tool_name": "mcp_home_assistant_calendar_get_events",
|
||||
"calendar_names": [
|
||||
"Family Calendar"
|
||||
],
|
||||
"weather_prefix": "OpenWeatherMap",
|
||||
"temperature_name": "OpenWeatherMap Temperature",
|
||||
"apparent_temperature_name": "OpenWeatherMap Apparent temperature",
|
||||
"aqi_name": "Worcester Summer St Air quality index",
|
||||
"max_events": 6,
|
||||
"refresh_ms": 900000,
|
||||
"empty_text": "Nothing scheduled today."
|
||||
},
|
||||
"created_at": "2026-03-15T22:35:00+00:00",
|
||||
"updated_at": "2026-03-15T22:35:00+00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue