···22# Do not edit!
3344{
55- version = "2021.3.2";
55+ version = "2021.3.3";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
···609609 "otp" = ps: with ps; [ pyotp ];
610610 "ovo_energy" = ps: with ps; [ ]; # missing inputs: ovoenergy
611611 "owntracks" = ps: with ps; [ pynacl aiohttp-cors hass-nabucasa paho-mqtt ];
612612- "ozw" = ps: with ps; [ aiohttp-cors homeassistant-pyozw paho-mqtt pydispatcher python-openzwave-mqtt ];
612612+ "ozw" = ps: with ps; [ aiohttp-cors paho-mqtt python-openzwave-mqtt ];
613613 "panasonic_bluray" = ps: with ps; [ ]; # missing inputs: panacotta
614614 "panasonic_viera" = ps: with ps; [ ]; # missing inputs: panasonic_viera
615615 "pandora" = ps: with ps; [ pexpect ];
+2-2
pkgs/servers/home-assistant/default.nix
···6666 extraBuildInputs = extraPackages py.pkgs;
67676868 # Don't forget to run parse-requirements.py after updating
6969- hassVersion = "2021.3.2";
6969+ hassVersion = "2021.3.3";
70707171in with py.pkgs; buildPythonApplication rec {
7272 pname = "homeassistant";
···8585 owner = "home-assistant";
8686 repo = "core";
8787 rev = version;
8888- sha256 = "09z2sds9my4vq0vmryjpzi7fv787zjfikfkd711d34c140bgcjch";
8888+ sha256 = "0kfvjpzz6ynw8bwd91nm0aiw1pkrmaydwf1r93dnwi8rmzq10zpb";
8989 };
90909191 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20210302.5";
77+ version = "20210302.6";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-+SKXLOuvMYfNyR++uQMMY4M5deRgm2w3AhMM/DP470k=";
1111+ sha256 = "sha256-h3jCqfAPg+z6vsdLm5Pdr+7PCEWW58GCG9viIz3Mi64=";
1212 };
13131414 # there is nothing to strip in this package