diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index e20c70d..97db7d8 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -406,3 +406,5 @@ {"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} {"timestamp": "2026-08-02T16:36:56.717775+00:00", "tool_name": "ha_search", "parameters": {"query": "living room", "domain_filter": "light", "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": 149.9652862548828, "success": true, "error_message": null, "response_size_bytes": 1165, "user_context": null} +{"timestamp": "2026-08-02T16:37:42.917322+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.basement_switch_toggles_dining_room_switch_light"}, "execution_time_ms": 718.735933303833, "success": true, "error_message": null, "response_size_bytes": 753, "user_context": null} +{"timestamp": "2026-08-02T16:37:47.206526+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.basement_switch_toggles_dining_room_switch_light", "python_transform": "config['use_blueprint']['input']['button1_single'][0]['target']['entity_id'] = 'light.living_room_living_room_home_living_room_lights'; config['alias'] = 'Basement: Switch Toggles Living Room Lights'", "config_hash": "daaabf5614560f93", "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 246.38819694519043, "success": true, "error_message": null, "response_size_bytes": 589, "user_context": null} diff --git a/automations.yaml b/automations.yaml index 214d863..23023ae 100644 --- a/automations.yaml +++ b/automations.yaml @@ -3084,7 +3084,7 @@ 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' + alias: 'Basement: Switch Toggles Living Room Lights' description: Ikea BILRESA E2489 Dual Button (Basement Switch) toggles the Dining Room Switch light on Button 1 single press. Button 2 unused. use_blueprint: @@ -3096,5 +3096,5 @@ button1_single: - action: light.toggle target: - entity_id: light.dining_room_switch + entity_id: light.living_room_living_room_home_living_room_lights data: {}