nanobot-voice-interface/examples/cards/instances/live-bedroom-co2/state.json

15 lines
336 B
JSON
Raw Normal View History

{
"title": "Bedroom CO2",
"subtitle": "Home Assistant live context",
"tool_name": "mcp_home_assistant_GetLiveContext",
"match_name": "Bedroom-Esp-Sensor CO2",
"device_class": "carbon_dioxide",
"unit": "ppm",
"refresh_ms": 15000,
"value_decimals": 0,
"thresholds": {
"good_max": 900,
"elevated_max": 1200
}
}