nanobot-voice-interface/examples/cards/instances/live-calendar-timeline-weather/state.json

17 lines
551 B
JSON
Raw Permalink Normal View History

{
"title": "Today Calendar Weather",
"subtitle": "Family Calendar",
"tool_name": "mcp_home_assistant_calendar_get_events",
"calendar_names": [
"Family Calendar"
],
"refresh_ms": 900000,
"min_start_hour": 6,
"max_end_hour": 22,
"min_window_hours": 6,
"slot_height": 24,
"empty_text": "No events for today.",
"weather_tool_name": "exec",
"weather_command": "python3 /home/kacper/nanobot/scripts/card_upcoming_conditions.py --nws-entity weather.korh --uv-entity weather.openweathermap_2 --forecast-type hourly --limit 48"
}