feat: add card examples and speed up rtc connect
This commit is contained in:
parent
04afead5af
commit
23fd806e6d
41 changed files with 3327 additions and 3 deletions
14
examples/cards/instances/live-bedroom-co2/state.json
Normal file
14
examples/cards/instances/live-bedroom-co2/state.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue