1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

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.
This commit is contained in:
Martin Weinelt 2025-04-05 04:24:25 +02:00
parent faae6938b7
commit c829a6d7ce
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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";
};
};