+6
-3
nixos/tests/home-assistant.nix
+6
-3
nixos/tests/home-assistant.nix
·········$hass->succeed("curl http://localhost:8123/api/states/binary_sensor.mqtt_binary_sensor -H 'x-ha-access: ${apiPassword}' | grep -qF '\"state\": \"off\"'");-$hass->waitUntilSucceeds("mosquitto_pub -V mqttv311 -t home-assistant/test -u homeassistant -P '${apiPassword}' -m let_there_be_light");$hass->succeed("curl http://localhost:8123/api/states/binary_sensor.mqtt_binary_sensor -H 'x-ha-access: ${apiPassword}' | grep -qF '\"state\": \"on\"'");
·········$hass->succeed("curl http://localhost:8123/api/states/binary_sensor.mqtt_binary_sensor -H 'x-ha-access: ${apiPassword}' | grep -qF '\"state\": \"off\"'");+$hass->waitUntilSucceeds("mosquitto_pub -V mqttv311 -t home-assistant/test -u homeassistant -P '${mqttPassword}' -m let_there_be_light");$hass->succeed("curl http://localhost:8123/api/states/binary_sensor.mqtt_binary_sensor -H 'x-ha-access: ${apiPassword}' | grep -qF '\"state\": \"on\"'");
+11
-5
pkgs/servers/home-assistant/component-packages.nix
+11
-5
pkgs/servers/home-assistant/component-packages.nix
··········································
··········································
+46
-47
pkgs/servers/home-assistant/default.nix
+46
-47
pkgs/servers/home-assistant/default.nix
···-# can be unpinned once https://github.com/home-assistant/home-assistant/issues/11917 is resolved······
···+# can be unpinned once https://github.com/home-assistant/home-assistant/issues/11917 is resolved+packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) ([ packageOverrides ] ++ defaultOverrides);······+aiohttp astral async-timeout attrs certifi jinja2 pyjwt cryptography pip pytz pyyaml requests voluptuous
+2
-2
pkgs/servers/home-assistant/frontend.nix
+2
-2
pkgs/servers/home-assistant/frontend.nix
+1
-1
pkgs/servers/home-assistant/parse-requirements.py
+1
-1
pkgs/servers/home-assistant/parse-requirements.py
···-#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ requests pyyaml pytz pip jinja2 voluptuous typing aiohttp async-timeout astral certifi attrs ])"
···+#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ aiohttp astral async-timeout attrs certifi jinja2 pyjwt cryptography pip pytz pyyaml requests voluptuous ])"