This commit is contained in:
Home Assistant Version Control
2026-08-26 04:42:27 +00:00
parent 4f2611027a
commit 7136b4152b
3 changed files with 27 additions and 25 deletions
+2
View File
@@ -2165,3 +2165,5 @@
{"timestamp": "2026-08-26T04:41:48.613070+00:00", "tool_name": "ha_search", "parameters": {"query": "office_scroll_wheel_current_switch_position", "domain_filter": "sensor", "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": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 462.84985542297363, "success": true, "error_message": null, "response_size_bytes": 2823, "user_context": null}
{"timestamp": "2026-08-26T04:41:49.558829+00:00", "tool_name": "ha_search", "parameters": {"query": "bedroom_switch_current_switch_position", "domain_filter": "sensor", "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": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 279.71744537353516, "success": true, "error_message": null, "response_size_bytes": 2728, "user_context": null}
{"timestamp": "2026-08-26T04:41:49.839523+00:00", "tool_name": "ha_search", "parameters": {"query": "bedroom_switch_button", "domain_filter": "event", "area_filter": null, "search_types": null, "limit": 10, "offset": 10, "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": 277.8480052947998, "success": true, "error_message": null, "response_size_bytes": 2223, "user_context": null}
{"timestamp": "2026-08-26T04:42:18.079462+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.office_smart_button_toggles_meeting_status", "python_transform": "config['triggers'][0]['event_data']['entity_id'] = 'event.office_button_button_1_2'", "config_hash": "ad5ca56f91831817", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 687.0999336242676, "success": true, "error_message": null, "response_size_bytes": 59846, "user_context": null}
{"timestamp": "2026-08-26T04:42:21.267730+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.ikea_bilresa_scrollwheel_light_control_v1_0_5", "python_transform": "inp = config['use_blueprint']['input']; inp['sensor_1'] = 'sensor.bedroom_switch_current_switch_position_1_2'; inp['sensor_2'] = 'sensor.bedroom_switch_current_switch_position_2_2'; inp['sensor_4'] = 'sensor.bedroom_switch_current_switch_position_4_2'; inp['sensor_5'] = 'sensor.bedroom_switch_current_switch_position_5_2'; inp['sensor_7'] = 'sensor.bedroom_switch_current_switch_position_7_2'; inp['sensor_8'] = 'sensor.office_scroll_wheel_current_switch_position_8_2'; inp['event_taste_1'] = 'event.bedroom_switch_button_3_2'; inp['event_taste_2'] = 'event.bedroom_switch_button_6_2'; inp['event_taste_3'] = 'event.bedroom_switch_button_9_2'", "config_hash": "9516f3871444706a", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 288.0990505218506, "success": true, "error_message": null, "response_size_bytes": 60412, "user_context": null}
+10 -10
View File
@@ -1863,7 +1863,7 @@
- trigger: event
event_type: state_changed
event_data:
entity_id: event.office_button_button_1
entity_id: event.office_button_button_1_2
conditions: []
actions:
- target:
@@ -1893,15 +1893,15 @@
path: stone13/ikea_bilresa_atomic_v1.yaml
input:
light_entity: light.bedroom_lights
sensor_1: sensor.bedroom_switch_current_switch_position_1
sensor_2: sensor.bedroom_switch_current_switch_position_2
sensor_4: sensor.bedroom_switch_current_switch_position_4
sensor_5: sensor.bedroom_switch_current_switch_position_5
sensor_7: sensor.bedroom_switch_current_switch_position_7
sensor_8: sensor.office_scroll_wheel_current_switch_position_8
event_taste_1: event.bedroom_switch_button_3
event_taste_2: event.bedroom_switch_button_6
event_taste_3: event.bedroom_switch_button_9
sensor_1: sensor.bedroom_switch_current_switch_position_1_2
sensor_2: sensor.bedroom_switch_current_switch_position_2_2
sensor_4: sensor.bedroom_switch_current_switch_position_4_2
sensor_5: sensor.bedroom_switch_current_switch_position_5_2
sensor_7: sensor.bedroom_switch_current_switch_position_7_2
sensor_8: sensor.office_scroll_wheel_current_switch_position_8_2
event_taste_1: event.bedroom_switch_button_3_2
event_taste_2: event.bedroom_switch_button_6_2
event_taste_3: event.bedroom_switch_button_9_2
scroll_logic_4_5: brightness
scroll_logic_7_8: brightness
- id: '1783905541495'
+15 -15
View File
@@ -27,7 +27,7 @@
"led_brightness": 100,
"countdown_to_turn_off": 0,
"countdown_to_turn_on": 0,
"power": 2.1,
"power": 2,
"current": 0.1,
"energy": 32.97,
"power_factor": 0.17,
@@ -45,7 +45,7 @@
"state": "ON",
"led_brightness": 100,
"countdown_to_turn_off": 0,
"voltage": 122.9,
"voltage": 122.4,
"countdown_to_turn_on": 0,
"energy": 66.5,
"power_factor": 0.2,
@@ -58,8 +58,8 @@
"latest_release_notes": null
},
"linkquality": 120,
"power": 0.2,
"current": 0.02,
"power": 208.6,
"current": 1.72,
"power_on_behavior": "on"
},
"0xb40e060fffe031e3": {
@@ -74,13 +74,13 @@
"led_brightness": 100,
"countdown_to_turn_off": 0,
"countdown_to_turn_on": 0,
"voltage": 122.9,
"voltage": 123,
"state": "ON",
"ac_frequency": 60,
"energy": 134.7,
"power": 3.8,
"power": 1.4,
"current": 0.05,
"power_factor": 0.67,
"power_factor": 0.4,
"update": {
"state": "idle",
"installed_version": 268513381,
@@ -98,8 +98,8 @@
"voltage": 122.7,
"energy": 64.36,
"state": "ON",
"power": 19.7,
"current": 0.29,
"power": 21.2,
"current": 0.27,
"ac_frequency": 60,
"power_factor": 0.59,
"update": {
@@ -119,7 +119,7 @@
"energy": 8.91,
"current": 0.01,
"power": 0.2,
"power_factor": 0.22,
"power_factor": 0.13,
"linkquality": 69,
"update": {
"state": "idle",
@@ -136,14 +136,14 @@
"0xffffb40e0608864e": {
"led_brightness": 100,
"countdown_to_turn_off": 0,
"voltage": 124,
"voltage": 124.2,
"energy": 20.23,
"countdown_to_turn_on": 0,
"state": "ON",
"current": 0.02,
"ac_frequency": 60,
"power": 0.4,
"power_factor": 0.18,
"power_factor": 0.14,
"update": {
"state": "idle",
"installed_version": 268513381,
@@ -172,7 +172,7 @@
"0xffffb40e060893d8": {
"state": "ON",
"led_brightness": 100,
"voltage": 122.8,
"voltage": 122.9,
"countdown_to_turn_off": 0,
"countdown_to_turn_on": 0,
"energy": 3.72,
@@ -245,7 +245,7 @@
},
"0xb40e060fffe717c5": {
"battery": 100,
"occupancy": false,
"occupancy": true,
"tamper": false,
"battery_low": false,
"linkquality": 120,
@@ -260,7 +260,7 @@
},
"0xb40e060fffe7180a": {
"battery": 100,
"occupancy": false,
"occupancy": true,
"tamper": false,
"battery_low": false,
"linkquality": 98,