15 lines
336 B
JSON
15 lines
336 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|