feat: unify card runtime and event-driven web ui
Some checks failed
CI / Backend Checks (push) Failing after 36s
CI / Frontend Checks (push) Failing after 40s

This commit is contained in:
kacper 2026-04-06 15:42:53 -04:00
parent 0edf8c3fef
commit 4dfb7ca3cc
105 changed files with 17382 additions and 8505 deletions

View 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"
}