22 lines
999 B
JSON
22 lines
999 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|