feat: unify card runtime and event-driven web ui
This commit is contained in:
parent
0edf8c3fef
commit
4dfb7ca3cc
105 changed files with 17382 additions and 8505 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"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.",
|
||||
"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. Set alert_only=true to hide the card while readings are good and surface it only when elevated/high, with optional alert_score_elevated/alert_score_high overrides. The card title comes from the feed header, not the template body.",
|
||||
"example_state": {
|
||||
"subtitle": "Home Assistant sensor",
|
||||
"tool_name": "mcp_home_assistant_GetLiveContext",
|
||||
|
|
@ -13,7 +13,8 @@
|
|||
"thresholds": {
|
||||
"good_max": 900,
|
||||
"elevated_max": 1200
|
||||
}
|
||||
},
|
||||
"alert_only": false
|
||||
},
|
||||
"created_at": "2026-03-11T04:12:48.601255+00:00",
|
||||
"updated_at": "2026-03-11T19:18:04.632189+00:00"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue