From b8453eaf43c0dc1092e984b65ab2f09a7522da8a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 28 Apr 2025 22:39:51 +0200 Subject: [PATCH] fix: home assistant multimedia off automation --- hosts/fw/modules/home-assistant/multimedia.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fw/modules/home-assistant/multimedia.nix b/hosts/fw/modules/home-assistant/multimedia.nix index d864b83..5bac9b6 100644 --- a/hosts/fw/modules/home-assistant/multimedia.nix +++ b/hosts/fw/modules/home-assistant/multimedia.nix @@ -246,6 +246,7 @@ platform = "state"; entity_id = "binary_sensor.multimedia_device_on"; to = "off"; + for = "00:00:30"; }; action = [ { @@ -290,7 +291,7 @@ }; } { - delay = 20; + delay = 30; } # turn off tv switch {