nanobot-voice-interface/examples/cards/templates/sensor-live/manifest.json
kacper 23fd806e6d
Some checks failed
CI / Backend Checks (push) Failing after 29s
CI / Frontend Checks (push) Failing after 36s
feat: add card examples and speed up rtc connect
2026-03-15 21:44:47 -04:00

20 lines
840 B
JSON

{
"key": "sensor-live",
"title": "Live Sensor",
"notes": "Generic live numeric sensor card. Fill template_state with subtitle, tool_name (defaults to Home Assistant GetLiveContext), match_name or match_names, optional device_class, unit, refresh_ms, value_decimals, and optional thresholds.good_max/elevated_max. The card title comes from the feed header, not the template body.",
"example_state": {
"subtitle": "Home Assistant sensor",
"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
}
},
"created_at": "2026-03-11T04:12:48.601255+00:00",
"updated_at": "2026-03-11T19:18:04.632189+00:00"
}