From c829a6d7ce86284ca4eb6282c081766bc04598f3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 5 Apr 2025 04:24:25 +0200 Subject: [PATCH] nixos/tests/home-assistant: update for 2025.4.0 Remove the shelly component, as it now has a dependency on a bluetooth setup, which is not easy to provide in the test environment. Enabling `hardware.bluetooth.enable` is insufficient. Turn up the loglevel to `debug`, so we can still see which integrations get set up. This is used for for checking whether all our ways of setting up integrations still work. --- nixos/tests/home-assistant.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix index 0420eb86d5e8..ce2cf17fab56 100644 --- a/nixos/tests/home-assistant.nix +++ b/nixos/tests/home-assistant.nix @@ -85,7 +85,6 @@ in # include some popular integrations, that absolutely shouldn't break knx = { }; - shelly = { }; zha = { }; # set up a wake-on-lan switch to test capset capability required @@ -108,7 +107,7 @@ in # https://www.home-assistant.io/integrations/logger/ logger = { - default = "info"; + default = "debug"; }; };