Skip to content

Commit

Permalink
home-assistant: 2024.4.4 -> 2024.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Jul 21, 2024
1 parent d1bb32c commit 139ccd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/chopper/homeassistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
homeassistant = {
volumes = [ "/var/lib/homeassistant:/config" ];
environment.TZ = "US/Central";
image = "ghcr.io/home-assistant/home-assistant:2024.4.4";
image = "ghcr.io/home-assistant/home-assistant:2024.7.3";
extraOptions = [
"--network=host"
];
Expand Down
2 changes: 1 addition & 1 deletion hosts/gaia/gaia0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

virtualisation.oci-containers.containers = {
zwave-js-ui = {
image = "zwavejs/zwave-js-ui:9.3.1";
image = "zwavejs/zwave-js-ui:9.16.1";
ports = [ "8091:8091" "3000:3000" ];
volumes = [ "/var/lib/zwave-js-ui/store:/usr/src/app/store" ];
extraOptions = [ "--device=/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_61200B7D-if00-port0:/dev/zwave" ];
Expand Down

0 comments on commit 139ccd5

Please sign in to comment.