Change office button long press to toggle fan instead of AC automation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 16:12:00 +02:00
parent b35c709650
commit 3f221786d7
+4 -4
View File
@@ -457,8 +457,8 @@
data: {}
mode: single
- id: '1779900705573'
alias: Toggle AC Automation
description: Long press office button to toggle AC automation
alias: Toggle Office Fan
description: Long press office button to toggle fan
triggers:
- device_id: 8e2942f6079c1ff8086c3d8cb427db0c
domain: zha
@@ -467,9 +467,9 @@
trigger: device
conditions: []
actions:
- action: input_boolean.toggle
- action: fan.toggle
target:
entity_id: input_boolean.ac_automation_enabled
entity_id: fan.luftzirkulator
data: {}
mode: single
- id: '1779900796574'