about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-28 21:36:30 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-28 21:37:52 +0200
commit9ebb469697abcbae1b8b91275e62a6ddc7932682 (patch)
tree6e27ce4e86a5b0f645a622acdaefd0417c1c2e74 /nixos/tests
parentd5edd07a01397450e9faebf6a68adb01330364fa (diff)
nixosTests.home-assistant: Test more components
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/home-assistant.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index 8585cb3585fef..22a63cc736640 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -61,6 +61,13 @@ in {
         # https://www.home-assistant.io/integrations/frontend/
         frontend = {};
 
+        # include some popular integrations, that absolutely shouldn't break
+        esphome = {};
+        knx = {};
+        matter = {};
+        shelly = {};
+        zha = {};
+
         # set up a wake-on-lan switch to test capset capability required
         # for the ping suid wrapper
         # https://www.home-assistant.io/integrations/wake_on_lan/
@@ -107,7 +114,7 @@ in {
     # Cause a configuration change that requires a service restart as we added a new runtime dependency
     specialisation.newFeature = {
       inheritParentConfig = true;
-      configuration.services.home-assistant.config.esphome = {};
+      configuration.services.home-assistant.config.backup = {};
     };
   };