From 349389ceb851d0312bb2acaaf2f1eb141ae1e504 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 10 Nov 2020 18:21:30 +0100 Subject: [PATCH] hass: fixing window hight --- configs/pepe/home-assistant.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index 0b62e42..5c9740c 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -420,9 +420,9 @@ in { fyrtur_up = { sequence = [ - (fyrtur_command "fyrtur1" 90) + (fyrtur_command "fyrtur1" 100) { delay = delay; } - (fyrtur_command "fyrtur2" 90) + (fyrtur_command "fyrtur2" 100) { delay = delay; } (fyrtur_command "fyrtur3" 100) { delay = delay; }