3 files
This commit is contained in:
@@ -2430,3 +2430,5 @@
|
||||
{"timestamp": "2026-08-26T06:09:27.590478+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "generic", "config": {"name": "Ender Camera 2", "stream_source": "https://endercamera2.duckdns.org/?action=stream"}, "reconfigure": false, "expected_device_id": null, "expected_unique_id": null, "expected_mac": null, "expected_entity_ids": null, "confirm_token": "[REDACTED]"}, "execution_time_ms": 5333.118677139282, "success": true, "error_message": null, "response_size_bytes": 262, "user_context": null}
|
||||
{"timestamp": "2026-08-26T06:09:35.021157+00:00", "tool_name": "ha_search", "parameters": {"query": "camera2", "domain_filter": "camera", "area_filter": null, "search_types": null, "limit": 10, "offset": 0, "exact_match": true, "include_hidden": true, "include_config": false, "group_by_domain": false, "per_domain_limit": null, "state_filter": null, "result_fields": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 648.9803791046143, "success": true, "error_message": null, "response_size_bytes": 936, "user_context": null}
|
||||
{"timestamp": "2026-08-26T06:09:35.091179+00:00", "tool_name": "ha_get_integration", "parameters": {"entry_id": "01M0YB050MJ760BSRJ7K3TS8BQ", "query": null, "domain": null, "include_options": false, "include_schema": false, "include_subentries": false, "include_subentry_schema": false, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "exact_match": true, "limit": 50, "offset": 0, "include_diagnostics": false, "include_knx_project": false, "device_id": null, "diagnostics_fields": null, "diagnostics_truncate_at_bytes": null, "diagnostics_data_path": null, "diagnostics_data_offset": 0, "diagnostics_data_limit": null}, "execution_time_ms": 52.24347114562988, "success": true, "error_message": null, "response_size_bytes": 847, "user_context": null}
|
||||
{"timestamp": "2026-08-26T06:09:50.713979+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"url\"] = \"camera.endercamera2_duckdns_org\"\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"mode\"] = \"mse\"\n", "config_hash": "6e5938e48129db39", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 14.78433609008789, "success": true, "error_message": null, "response_size_bytes": 740, "user_context": null}
|
||||
{"timestamp": "2026-08-26T06:09:51.973496+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][5][\"cards\"][0][\"url\"] = \"camera.endercamera2_duckdns_org\"\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][5][\"cards\"][0][\"mode\"] = \"mse\"\n", "config_hash": "2f4c0142346d7e05", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 12.462854385375977, "success": true, "error_message": null, "response_size_bytes": 616, "user_context": null}
|
||||
|
||||
@@ -465,8 +465,8 @@
|
||||
"cards": [
|
||||
{
|
||||
"type": "custom:webrtc-camera",
|
||||
"url": "https://endercamera2.duckdns.org/?action=stream",
|
||||
"mode": "hls",
|
||||
"url": "camera.endercamera2_duckdns_org",
|
||||
"mode": "mse",
|
||||
"style": "border-radius: 12px 12px 0 0; overflow: hidden;"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
{
|
||||
"type": "custom:webrtc-camera",
|
||||
"url": "https://endercamera2.duckdns.org/?action=stream",
|
||||
"mode": "hls",
|
||||
"url": "camera.endercamera2_duckdns_org",
|
||||
"mode": "mse",
|
||||
"grid_options": {
|
||||
"columns": "full"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user