diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix index cef0f97c194..e06c52a5f41 100644 --- a/nixos/tests/home-assistant.nix +++ b/nixos/tests/home-assistant.nix @@ -62,7 +62,6 @@ in { frontend = {}; # include some popular integrations, that absolutely shouldn't break - esphome = {}; knx = {}; shelly = {}; zha = {}; @@ -198,7 +197,7 @@ in { with subtest("Check that new components get setup after restart"): journal = get_journal_since(cursor) - for domain in ["esphome"]: + for domain in ["backup"]: assert f"Setup of domain {domain} took" in journal, f"{domain} setup missing" with subtest("Check that no errors were logged"):