mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08: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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user