From d2bf87e62b64174b1b021b44591b5ed0ac79cff1 Mon Sep 17 00:00:00 2001 From: Michael <87522613+MRi-LE@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:43:00 +0200 Subject: [PATCH 1/2] Add .gitattributes for YAML file detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..096fbde --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.yml linguist-detectable +*.yaml linguist-detectable From 6168ea8202981254efa3710920cdc96be3936063 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Apr 2026 09:05:06 +0200 Subject: [PATCH 2/2] fix Velux Gateway Reboot on shutdown --- automations.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/automations.yaml b/automations.yaml index a7fc1ad..cb2c9ab 100644 --- a/automations.yaml +++ b/automations.yaml @@ -104,13 +104,14 @@ - id: '1646759202317' alias: Velux KFL Reboot description: '' - trigger: - - platform: homeassistant - event: shutdown - condition: [] - action: - - service: velux.reboot_gateway - data: {} + triggers: + - event: shutdown + trigger: homeassistant + conditions: [] + actions: + - action: button.press + target: + entity_id: button.klf_200_gateway_neu_starten mode: single - id: '1657822394319' alias: Wohnzimmer - Licht bei Bewegung