From 18e7b8bab47aa4f7066b368229b24b910f012661 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 14 Aug 2026 02:06:29 +0000 Subject: [PATCH] 3 files --- .ha_mcp/logs/mcp_usage.jsonl | 2 ++ .storage/lovelace.dashboard_home | 11 +++++++++ zigbee2mqtt/state.json | 38 ++++++++++++++++---------------- 3 files changed, 32 insertions(+), 19 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index b095d60f..029853e4 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1144,3 +1144,5 @@ {"timestamp": "2026-08-14T02:04:02.615323+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'].insert(6, {\"type\": \"tile\", \"entity\": \"light.3d_printer_lights\", \"name\": \"Printer Light\", \"icon\": \"mdi:lightbulb\", \"grid_options\": {\"columns\": 6}})", "config_hash": "950c6eb7509c9bcc", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 26.150226593017578, "success": true, "error_message": null, "response_size_bytes": 30263, "user_context": null} {"timestamp": "2026-08-14T02:04:59.582258+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": null, "list_only": true, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 93.75977516174316, "success": true, "error_message": null, "response_size_bytes": 1694, "user_context": null} {"timestamp": "2026-08-14T02:05:03.873927+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-home", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 18.009424209594727, "success": true, "error_message": null, "response_size_bytes": 18955, "user_context": null} +{"timestamp": "2026-08-14T02:06:23.156337+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-home", "config": null, "python_transform": "config['views'][0]['badges'].append({\"type\": \"custom:mushroom-light-card\", \"entity\": \"light.3d_printer_lights\", \"name\": \"Printer Light\", \"icon\": \"mdi:lightbulb\", \"primary_info\": \"name\", \"secondary_info\": \"state\", \"tap_action\": {\"action\": \"toggle\"}})", "config_hash": "e5771149788d84ee", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 25.964975357055664, "success": true, "error_message": null, "response_size_bytes": 974, "user_context": null} +{"timestamp": "2026-08-14T02:06:26.580372+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-home", "list_only": false, "force_reload": false, "entity_id": "light.3d_printer_lights", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 4.857540130615234, "success": true, "error_message": null, "response_size_bytes": 512, "user_context": null} diff --git a/.storage/lovelace.dashboard_home b/.storage/lovelace.dashboard_home index f8b67ce6..d4ae9af8 100644 --- a/.storage/lovelace.dashboard_home +++ b/.storage/lovelace.dashboard_home @@ -1083,6 +1083,17 @@ "show_state": true, "show_icon": true, "entity": "light.night_light" + }, + { + "type": "custom:mushroom-light-card", + "entity": "light.3d_printer_lights", + "name": "Printer Light", + "icon": "mdi:lightbulb", + "primary_info": "name", + "secondary_info": "state", + "tap_action": { + "action": "toggle" + } } ], "max_columns": 4, diff --git a/zigbee2mqtt/state.json b/zigbee2mqtt/state.json index 18b8cda7..e50b6d90 100644 --- a/zigbee2mqtt/state.json +++ b/zigbee2mqtt/state.json @@ -4,7 +4,7 @@ "state": "ON", "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 120.3, + "voltage": 119.5, "countdown_to_turn_on": 0, "ac_frequency": 60, "power_factor": 0.11, @@ -27,8 +27,8 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "power": 2.3, - "current": 0.12, + "power": 2.1, + "current": 0.11, "energy": 28.44, "power_factor": 0.14, "update": { @@ -45,10 +45,10 @@ "state": "ON", "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 119.5, + "voltage": 119.1, "countdown_to_turn_on": 0, "energy": 55.55, - "power_factor": 0.3, + "power_factor": 0.2, "ac_frequency": 60, "update": { "state": "idle", @@ -74,11 +74,11 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "voltage": 118.6, + "voltage": 118.1, "state": "ON", "ac_frequency": 60, - "energy": 114.16, - "power": 105.2, + "energy": 114.17, + "power": 99.7, "current": 0.91, "power_factor": 0.96, "update": { @@ -95,13 +95,13 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "voltage": 120, + "voltage": 118.9, "energy": 50.82, "state": "ON", - "power": 47.5, - "current": 0.53, + "power": 60.1, + "current": 0.67, "ac_frequency": 60, - "power_factor": 0.74, + "power_factor": 0.77, "update": { "state": "idle", "installed_version": 268513381, @@ -114,12 +114,12 @@ }, "0xffffb40e060895b3": { "state": "ON", - "voltage": 119.9, + "voltage": 119.3, "ac_frequency": 60, - "energy": 7.14, - "current": 0.01, - "power": 0.1, - "power_factor": 0.11, + "energy": 7.18, + "current": 0.02, + "power": 1.1, + "power_factor": 0.98, "linkquality": 123, "update": { "state": "idle", @@ -136,7 +136,7 @@ "0xffffb40e0608864e": { "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 121, + "voltage": 120.3, "energy": 17.63, "countdown_to_turn_on": 0, "state": "ON", @@ -172,7 +172,7 @@ "0xffffb40e060893d8": { "state": "ON", "led_brightness": 100, - "voltage": 120.8, + "voltage": 120.5, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, "energy": 3.11,