mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +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:
parent
faae6938b7
commit
c829a6d7ce
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue