···2# Do not edit!
34{
5- version = "2021.3.2";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···609 "otp" = ps: with ps; [ pyotp ];
610 "ovo_energy" = ps: with ps; [ ]; # missing inputs: ovoenergy
611 "owntracks" = ps: with ps; [ pynacl aiohttp-cors hass-nabucasa paho-mqtt ];
612- "ozw" = ps: with ps; [ aiohttp-cors homeassistant-pyozw paho-mqtt pydispatcher python-openzwave-mqtt ];
613 "panasonic_bluray" = ps: with ps; [ ]; # missing inputs: panacotta
614 "panasonic_viera" = ps: with ps; [ ]; # missing inputs: panasonic_viera
615 "pandora" = ps: with ps; [ pexpect ];
···2# Do not edit!
34{
5+ version = "2021.3.3";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···609 "otp" = ps: with ps; [ pyotp ];
610 "ovo_energy" = ps: with ps; [ ]; # missing inputs: ovoenergy
611 "owntracks" = ps: with ps; [ pynacl aiohttp-cors hass-nabucasa paho-mqtt ];
612+ "ozw" = ps: with ps; [ aiohttp-cors paho-mqtt python-openzwave-mqtt ];
613 "panasonic_bluray" = ps: with ps; [ ]; # missing inputs: panacotta
614 "panasonic_viera" = ps: with ps; [ ]; # missing inputs: panasonic_viera
615 "pandora" = ps: with ps; [ pexpect ];
+2-2
pkgs/servers/home-assistant/default.nix
···66 extraBuildInputs = extraPackages py.pkgs;
6768 # Don't forget to run parse-requirements.py after updating
69- hassVersion = "2021.3.2";
7071in with py.pkgs; buildPythonApplication rec {
72 pname = "homeassistant";
···85 owner = "home-assistant";
86 repo = "core";
87 rev = version;
88- sha256 = "09z2sds9my4vq0vmryjpzi7fv787zjfikfkd711d34c140bgcjch";
89 };
9091 # leave this in, so users don't have to constantly update their downstream patch handling
···66 extraBuildInputs = extraPackages py.pkgs;
6768 # Don't forget to run parse-requirements.py after updating
69+ hassVersion = "2021.3.3";
7071in with py.pkgs; buildPythonApplication rec {
72 pname = "homeassistant";
···85 owner = "home-assistant";
86 repo = "core";
87 rev = version;
88+ sha256 = "0kfvjpzz6ynw8bwd91nm0aiw1pkrmaydwf1r93dnwi8rmzq10zpb";
89 };
9091 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20210302.5";
89 src = fetchPypi {
10 inherit pname version;
11- sha256 = "sha256-+SKXLOuvMYfNyR++uQMMY4M5deRgm2w3AhMM/DP470k=";
12 };
1314 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20210302.6";
89 src = fetchPypi {
10 inherit pname version;
11+ sha256 = "sha256-h3jCqfAPg+z6vsdLm5Pdr+7PCEWW58GCG9viIz3Mi64=";
12 };
1314 # there is nothing to strip in this package