.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
@@ -404,3 +404,4 @@
|
||||
{"timestamp": "2026-08-02T16:33:10.555248+00:00", "tool_name": "ha_get_device", "parameters": {"device_id": "2101b0e6d9ae7b4b2e1cb727a9ed42f0", "entity_id": null, "integration": null, "area_id": null, "manufacturer": null, "limit": 50, "offset": 0, "detail_level": "summary"}, "execution_time_ms": 7036.381959915161, "success": true, "error_message": null, "response_size_bytes": 4402, "user_context": null}
|
||||
{"timestamp": "2026-08-02T16:33:11.354867+00:00", "tool_name": "ha_search", "parameters": {"query": "basement", "domain_filter": null, "area_filter": null, "search_types": ["automation"], "limit": 20, "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": 7647.282361984253, "success": true, "error_message": null, "response_size_bytes": 1402, "user_context": null}
|
||||
{"timestamp": "2026-08-02T16:35:01.484025+00:00", "tool_name": "ha_get_blueprint", "parameters": {"path": "censay/ikea-bilresa-e2489-matter-smart-button.yaml", "domain": "automation"}, "execution_time_ms": 21.026611328125, "success": true, "error_message": null, "response_size_bytes": 2927, "user_context": null}
|
||||
{"timestamp": "2026-08-02T16:35:53.815891+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": {"alias": "Basement: Switch Toggles Dining Room Switch Light", "description": "Ikea BILRESA E2489 Dual Button (Basement Switch) toggles the Dining Room Switch light on Button 1 single press. Button 2 unused.", "use_blueprint": {"path": "censay/ikea-bilresa-e2489-matter-smart-button.yaml", "input": {"target_device": "2101b0e6d9ae7b4b2e1cb727a9ed42f0", "button1_event": "event.basement_switch_button_1", "button2_event": "event.basement_switch_button_2", "button1_single": [{"action": "light.toggle", "target": {"entity_id": "[REDACTED]"}, "data": {}}]}}}, "identifier": null, "python_transform": null, "config_hash": null, "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 383.01873207092285, "success": true, "error_message": null, "response_size_bytes": 286, "user_context": null}
|
||||
|
||||
@@ -3083,3 +3083,18 @@
|
||||
entity_id: camera.front_door_front_door
|
||||
filename: /media/nest_snapshot_test_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg
|
||||
mode: single
|
||||
- id: '1785688553432'
|
||||
alias: 'Basement: Switch Toggles Dining Room Switch Light'
|
||||
description: Ikea BILRESA E2489 Dual Button (Basement Switch) toggles the Dining
|
||||
Room Switch light on Button 1 single press. Button 2 unused.
|
||||
use_blueprint:
|
||||
path: censay/ikea-bilresa-e2489-matter-smart-button.yaml
|
||||
input:
|
||||
target_device: 2101b0e6d9ae7b4b2e1cb727a9ed42f0
|
||||
button1_event: event.basement_switch_button_1
|
||||
button2_event: event.basement_switch_button_2
|
||||
button1_single:
|
||||
- action: light.toggle
|
||||
target:
|
||||
entity_id: light.dining_room_switch
|
||||
data: {}
|
||||
|
||||
Reference in New Issue
Block a user