From 450afcf63de1b1dfb0b4d6d72cb0b41959873062 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Wed, 29 Jul 2026 15:51:51 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, custom_components/nest_snapshot/manifest.json --- .ha_mcp/logs/mcp_usage.jsonl | 1 + custom_components/nest_snapshot/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 43a3d4e..c4f6e35 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -302,3 +302,4 @@ {"timestamp": "2026-07-29T15:49:19.451826+00:00", "tool_name": "ha_call_service", "parameters": {"domain": "nest_snapshot", "service": "capture", "entity_id": null, "data": {"entity_id": "camera.front_door_front_door", "filename": "/media/nest_snapshot_test_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"}, "return_response": false, "wait": true, "verbose": false, "result_fields": null, "result_attribute_keys": null, "ws_command": null}, "execution_time_ms": 14.267921447753906, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"SERVICE_CALL_FAILED\",\n \"message\": \"API error: 500 - 500 Internal Server Error\\n\\nServer got itself in trouble\",\n \"suggestion\": \"Specify an entity_id for targeted service calls\",\n \"suggestions\": [\n \"Specify an entity_id for targeted service calls\",\n \"Check available services for nest_snapshot domain using ha_get_skill_guide\",\n \"Use ha_search() to find correct entity IDs\"\n ]\n },\n \"domain\": \"nest_snapshot\",\n \"service\": \"capture\",\n \"entity_id\": null\n}", "response_size_bytes": null, "user_context": null} {"timestamp": "2026-07-29T15:50:13.715803+00:00", "tool_name": "ha_restart", "parameters": {"confirm": true}, "execution_time_ms": 184.5245361328125, "success": true, "error_message": null, "response_size_bytes": 221, "user_context": null} {"timestamp": "2026-07-29T15:51:26.652772+00:00", "tool_name": "ha_call_service", "parameters": {"domain": "nest_snapshot", "service": "capture", "entity_id": null, "data": {"entity_id": "camera.front_door_front_door", "filename": "/media/nest_snapshot_test_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"}, "return_response": false, "wait": true, "verbose": false, "result_fields": null, "result_attribute_keys": null, "ws_command": null}, "execution_time_ms": 26.320695877075195, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"SERVICE_CALL_FAILED\",\n \"message\": \"API error: 500 - 500 Internal Server Error\\n\\nServer got itself in trouble\",\n \"suggestion\": \"Specify an entity_id for targeted service calls\",\n \"suggestions\": [\n \"Specify an entity_id for targeted service calls\",\n \"Check available services for nest_snapshot domain using ha_get_skill_guide\",\n \"Use ha_search() to find correct entity IDs\"\n ]\n },\n \"domain\": \"nest_snapshot\",\n \"service\": \"capture\",\n \"entity_id\": null\n}", "response_size_bytes": null, "user_context": null} +{"timestamp": "2026-07-29T15:51:47.428665+00:00", "tool_name": "ha_restart", "parameters": {"confirm": true}, "execution_time_ms": 128.50141525268555, "success": true, "error_message": null, "response_size_bytes": 221, "user_context": null} diff --git a/custom_components/nest_snapshot/manifest.json b/custom_components/nest_snapshot/manifest.json index 2c42b12..864a2d2 100644 --- a/custom_components/nest_snapshot/manifest.json +++ b/custom_components/nest_snapshot/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/home-assistant/example-custom-config", "integration_type": "service", "iot_class": "cloud_polling", - "requirements": [], + "requirements": ["aiortc", "Pillow"], "version": "1.0.0" }