3 files
This commit is contained in:
@@ -2289,3 +2289,5 @@
|
||||
{"timestamp": "2026-08-26T05:09:31.977707+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.ikea_bilresa_scrollwheel_light_control_v1_0_5", "python_transform": "config['use_blueprint']['input']['sensor_8'] = 'sensor.bedroom_switch_current_switch_position_8_2'", "config_hash": "cf5b653c6d3267c7", "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 2480.6981086730957, "success": true, "error_message": null, "response_size_bytes": 482, "user_context": null}
|
||||
{"timestamp": "2026-08-26T05:09:32.077209+00:00", "tool_name": "ha_remove_device", "parameters": {"device_id": "2a9fc88d72b88fecc00b2df5ec9aa05a"}, "execution_time_ms": 232.2866916656494, "success": true, "error_message": null, "response_size_bytes": 195, "user_context": null}
|
||||
{"timestamp": "2026-08-26T05:09:39.681450+00:00", "tool_name": "ha_get_device", "parameters": {"device_id": null, "entity_id": null, "integration": "matter", "area_id": null, "manufacturer": null, "limit": 50, "offset": 0, "detail_level": "summary"}, "execution_time_ms": 43.01166534423828, "success": true, "error_message": null, "response_size_bytes": 2164, "user_context": null}
|
||||
{"timestamp": "2026-08-26T05:10:15.748431+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "alarm-section", "config": null, "python_transform": "config['views'][0]['sections'][0]['cards'][1]['entities'][4]['entity'] = 'binary_sensor.night_light_occupancy_2'; config['views'][0]['sections'][1]['cards'][2]['entities'][0]['entity'] = 'binary_sensor.night_light_occupancy_2'; config['views'][0]['sections'][1]['cards'][3]['entities'][0]['entity'] = 'sensor.night_light_illuminance_2'; config['views'][0]['sections'][1]['cards'][3]['entities'][1]['entity'] = 'light.night_light_2'", "config_hash": "35b78790c5148f43", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 8.129119873046875, "success": true, "error_message": null, "response_size_bytes": 962, "user_context": null}
|
||||
{"timestamp": "2026-08-26T05:10:16.114998+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "in-meeting", "config": null, "python_transform": "config['views'][0]['cards'][0]['cards'][1]['cards'][1]['cards'][1]['entity'] = 'light.night_light_2'; config['views'][0]['cards'][0]['cards'][1]['cards'][1]['cards'][2]['entities'][0]['entity'] = 'binary_sensor.night_light_occupancy_2'; config['views'][0]['cards'][0]['cards'][1]['cards'][1]['cards'][4]['entity'] = 'light.office_lamp_2'", "config_hash": "8fba1e5f30fd0ab0", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 18.3718204498291, "success": true, "error_message": null, "response_size_bytes": 749, "user_context": null}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"entity": "binary_sensor.downstairs_bathroom_occupancy"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.night_light_occupancy"
|
||||
"entity": "binary_sensor.night_light_occupancy_2"
|
||||
},
|
||||
{
|
||||
"entity": "binary_sensor.front_door"
|
||||
@@ -125,7 +125,7 @@
|
||||
"type": "history-graph",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "input_boolean.blink_backyard_camera_motion"
|
||||
"entity": "binary_sensor.night_light_occupancy_2"
|
||||
},
|
||||
{
|
||||
"entity": "input_boolean.blink_shed_camera_motion"
|
||||
@@ -164,10 +164,10 @@
|
||||
"type": "history-graph",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "sensor.night_light_illuminance"
|
||||
"entity": "sensor.night_light_illuminance_2"
|
||||
},
|
||||
{
|
||||
"entity": "light.night_light"
|
||||
"entity": "light.night_light_2"
|
||||
}
|
||||
],
|
||||
"hours_to_show": 24
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "light.night_light",
|
||||
"entity": "light.night_light_2",
|
||||
"name": "Door Light Color State",
|
||||
"state_content": "state",
|
||||
"state_color": true
|
||||
@@ -111,7 +111,7 @@
|
||||
"state_color": true,
|
||||
"entities": [
|
||||
{
|
||||
"entity": "binary_sensor.night_light_occupancy",
|
||||
"entity": "binary_sensor.night_light_occupancy_2",
|
||||
"name": "Night Light Motion Sensor",
|
||||
"icon": "mdi:motion-sensor"
|
||||
}
|
||||
@@ -133,7 +133,7 @@
|
||||
},
|
||||
{
|
||||
"type": "custom:mushroom-light-card",
|
||||
"entity": "light.office_lamp",
|
||||
"entity": "light.office_lamp_2",
|
||||
"use_light_color": true,
|
||||
"tap_action": {
|
||||
"action": "none"
|
||||
|
||||
Reference in New Issue
Block a user