.ha_mcp/logs/mcp_usage.jsonl, custom_components/nest_snapshot/manifest.json
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user