Add long press office button to toggle AC automation

Hooks up the previously unused long press on the office button
to toggle input_boolean.ac_automation_enabled.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 20:42:31 +02:00
parent 2490f04113
commit 17495d25b4
+16
View File
@@ -456,6 +456,22 @@
entity_id: button.archstation entity_id: button.archstation
data: {} data: {}
mode: single mode: single
- id: '1779900705573'
alias: Toggle AC Automation
description: Long press office button to toggle AC automation
triggers:
- device_id: 8e2942f6079c1ff8086c3d8cb427db0c
domain: zha
type: remote_button_long_press
subtype: button
trigger: device
conditions: []
actions:
- action: input_boolean.toggle
target:
entity_id: input_boolean.ac_automation_enabled
data: {}
mode: single
- id: '1779900796574' - id: '1779900796574'
alias: Schreibtischlampe alias: Schreibtischlampe
description: '' description: ''