summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-20 23:41:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-21 00:01:24 +0200
commitfeeec716098232eb6ad7859883b671778f8565ac (patch)
treef920ed5d5501f75e909a80dc46f79081f6cdba28 /nixos
parent3e66d4e12e17e0619e618dc12bce21130a436299 (diff)
downloadnixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar.gz
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar.bz2
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar.lz
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar.xz
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.tar.zst
nixpkgs-feeec716098232eb6ad7859883b671778f8565ac.zip
home-assistant: 0.109.6 → 0.110.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index 80dca43f1f3..3365e74ba83 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -76,7 +76,7 @@ in {
         hass.succeed("test -f ${configDir}/ui-lovelace.yaml")
     with subtest("Check that Home Assistant's web interface and API can be reached"):
         hass.wait_for_open_port(8123)
-        hass.succeed("curl --fail http://localhost:8123/states")
+        hass.succeed("curl --fail http://localhost:8123/lovelace")
         assert "API running" in hass.succeed(
             "curl --fail -H 'x-ha-access: ${apiPassword}' http://localhost:8123/api/"
         )