nanobot-voice-interface/examples/cards/instances/live-outdoor-aqi/state.json

18 lines
410 B
JSON
Raw Permalink Normal View History

{
"title": "Outdoor AQI",
"subtitle": "Outdoor air quality",
"tool_name": "mcp_home_assistant_GetLiveContext",
"match_name": "Worcester Summer St Air quality index",
"device_class": "aqi",
"unit": "AQI",
"refresh_ms": 300000,
"value_decimals": 0,
"alert_only": true,
"alert_score_elevated": 90,
"alert_score_high": 99,
"thresholds": {
"good_max": 100,
"elevated_max": 150
}
}