summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-06-08 14:47:11 +0200
committerGitHub <noreply@github.com>2023-06-08 14:47:11 +0200
commit93d26ea5970c673f283e88d8ad1ea38fc27bcd08 (patch)
tree10614bcf1b760fd25fddc87c6e72c9dc0ea6870d /nixos
parent12e43a0e95a8c9c9235f23e21c06129bc9c948db (diff)
parent6b40b65cca732d0931978d72252a44ccb2290165 (diff)
Merge pull request #236534 from NixOS/home-assistant
home-assistant: 2023.5.4 -> 2023.6.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/home-assistant.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index cef0f97c194c..e06c52a5f41c 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"):