diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 45057a7..5b6afbe 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -551,3 +551,5 @@ {"timestamp": "2026-08-07T01:42:38.328151+00:00", "tool_name": "ha_get_automation_traces", "parameters": {"automation_id": "automation.3d_print_started_playroom_light_basement_heat", "run_id": "60dd2beb0b85e13144f1844c1c9b89fe", "limit": 10, "deduplicate": true, "detailed": false, "sections": "trigger,actions", "offset": 0, "order": "newest", "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 9.345531463623047, "success": true, "error_message": null, "response_size_bytes": 1050, "user_context": null} {"timestamp": "2026-08-07T01:43:24.380851+00:00", "tool_name": "ha_search", "parameters": {"query": "bedroom lamp", "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": ["entity_id", "friendly_name", "state"], "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 190.49501419067383, "success": true, "error_message": null, "response_size_bytes": 852, "user_context": null} {"timestamp": "2026-08-07T01:43:28.163068+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.3d_print_started_playroom_light_basement_heat"}, "execution_time_ms": 55.61423301696777, "success": true, "error_message": null, "response_size_bytes": 690, "user_context": null} +{"timestamp": "2026-08-07T01:43:34.888729+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.3d_print_started_playroom_light_basement_heat", "python_transform": "config['actions'].insert(1, {'action': 'light.turn_on', 'target': {'entity_id': 'light.bedroom_lamp'}})", "config_hash": "822eacba388db0ff", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 458.3563804626465, "success": true, "error_message": null, "response_size_bytes": 62576, "user_context": null} +{"timestamp": "2026-08-07T01:43:38.847358+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.3d_print_started_playroom_light_basement_heat"}, "execution_time_ms": 52.1855354309082, "success": true, "error_message": null, "response_size_bytes": 766, "user_context": null} diff --git a/automations.yaml b/automations.yaml index 29b51c7..e5c07f7 100644 --- a/automations.yaml +++ b/automations.yaml @@ -3195,6 +3195,9 @@ - action: light.turn_on target: entity_id: light.playroom_light + - action: light.turn_on + target: + entity_id: light.bedroom_lamp - action: climate.set_temperature target: entity_id: climate.basement