From 29033525bbf5213af5fcfc2dc1173ffdc3c6dd34 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Wed, 26 Aug 2026 05:00:10 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, automations.yaml --- .ha_mcp/logs/mcp_usage.jsonl | 2 ++ automations.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 28755b1a..61d24dfe 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -2254,3 +2254,5 @@ {"timestamp": "2026-08-26T04:59:38.319066+00:00", "tool_name": "ha_get_system_health", "parameters": {"include": "repairs", "include_dismissed_repairs": true, "config_entry_id": null, "device_id": null, "diagnostics_fields": null, "diagnostics_truncate_at_bytes": null, "diagnostics_data_path": null, "diagnostics_data_offset": 0, "diagnostics_data_limit": null}, "execution_time_ms": 5611.717462539673, "success": true, "error_message": null, "response_size_bytes": 8118, "user_context": null} {"timestamp": "2026-08-26T04:59:47.129848+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.playroom_light_toggle"}, "execution_time_ms": 99.2887020111084, "success": true, "error_message": null, "response_size_bytes": 593, "user_context": null} {"timestamp": "2026-08-26T04:59:47.717640+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.ikea_bilresa_e2489_dual_button_matter"}, "execution_time_ms": 98.37460517883301, "success": true, "error_message": null, "response_size_bytes": 1811, "user_context": null} +{"timestamp": "2026-08-26T05:00:02.168334+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.playroom_light_toggle", "python_transform": "config['triggers'][0]['event_data']['entity_id'] = 'event.office_button_button_2_2'", "config_hash": "96a71c97372ef9a8", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 740.015983581543, "success": true, "error_message": null, "response_size_bytes": 59804, "user_context": null} +{"timestamp": "2026-08-26T05:00:03.365636+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.ikea_bilresa_e2489_dual_button_matter", "python_transform": "config['use_blueprint']['input']['button1_event'] = 'event.office_button_button_1_2'; config['use_blueprint']['input']['button2_event'] = 'event.office_button_button_2_2'", "config_hash": "769d20ef18abb1f5", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 605.806827545166, "success": true, "error_message": null, "response_size_bytes": 59923, "user_context": null} diff --git a/automations.yaml b/automations.yaml index ca055187..8a04fc37 100644 --- a/automations.yaml +++ b/automations.yaml @@ -1953,7 +1953,7 @@ - trigger: event event_type: state_changed event_data: - entity_id: event.office_button_button_2 + entity_id: event.office_button_button_2_2 conditions: [] actions: - action: light.toggle @@ -2019,8 +2019,8 @@ path: censay/ikea-bilresa-e2489-matter-smart-button.yaml input: target_device: 0c00a80e3106a9d7089f44c4781e0187 - button1_event: event.office_button_button_1 - button2_event: event.office_button_button_2 + button1_event: event.office_button_button_1_2 + button2_event: event.office_button_button_2_2 button1_single: - action: input_boolean.toggle metadata: {}