diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 4effacf0..0ca952e3 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1997,3 +1997,4 @@ {"timestamp": "2026-08-26T03:46:39.595227+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.basement_switch_toggles_dining_room_switch_light"}, "execution_time_ms": 197.59845733642578, "success": true, "error_message": null, "response_size_bytes": 1977, "user_context": null} {"timestamp": "2026-08-26T03:46:41.480473+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": 2535.489320755005, "success": true, "error_message": null, "response_size_bytes": 7629, "user_context": null} {"timestamp": "2026-08-26T03:46:50.064953+00:00", "tool_name": "ha_search", "parameters": {"query": "basement switch", "domain_filter": null, "area_filter": null, "search_types": null, "limit": 30, "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": 10423.039197921753, "success": true, "error_message": null, "response_size_bytes": 3834, "user_context": null} +{"timestamp": "2026-08-26T03:48:03.233790+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_event'] = 'event.basement_switch_button_1_2'; config['use_blueprint']['input']['button2_event'] = 'event.basement_switch_button_2_2'", "config_hash": "53f2bdcc79290f94", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 916.865348815918, "success": true, "error_message": null, "response_size_bytes": 59949, "user_context": null} diff --git a/automations.yaml b/automations.yaml index 5a05ab2c..046ee9ca 100644 --- a/automations.yaml +++ b/automations.yaml @@ -3143,8 +3143,8 @@ 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_event: event.basement_switch_button_1_2 + button2_event: event.basement_switch_button_2_2 button1_single: - action: light.toggle metadata: {}