From 3f221786d7ad3db9b48f04b40276347664527f31 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Mon, 29 Jun 2026 16:12:00 +0200 Subject: [PATCH] Change office button long press to toggle fan instead of AC automation Co-Authored-By: Claude Sonnet 4.6 --- automations.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automations.yaml b/automations.yaml index 88fa42d..66f881a 100644 --- a/automations.yaml +++ b/automations.yaml @@ -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'