···2# Do not edit!
34{
5- version = "2021.10.0";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···216 "edimax" = ps: with ps; [ pyedimax ];
217 "edl21" = ps: with ps; [ pysml ];
218 "ee_brightbox" = ps: with ps; [ eebrightbox ];
219- "efergy" = ps: with ps; [ ]; # missing inputs: pyefergy
220 "egardia" = ps: with ps; [ pythonegardia ];
221 "eight_sleep" = ps: with ps; [ pyeight ];
222 "elgato" = ps: with ps; [ elgato ];
···2# Do not edit!
34{
5+ version = "2021.10.2";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···216 "edimax" = ps: with ps; [ pyedimax ];
217 "edl21" = ps: with ps; [ pysml ];
218 "ee_brightbox" = ps: with ps; [ eebrightbox ];
219+ "efergy" = ps: with ps; [ pyefergy ];
220 "egardia" = ps: with ps; [ pythonegardia ];
221 "eight_sleep" = ps: with ps; [ pyeight ];
222 "elgato" = ps: with ps; [ elgato ];
+2-2
pkgs/servers/home-assistant/default.nix
···114 extraBuildInputs = extraPackages py.pkgs;
115116 # Don't forget to run parse-requirements.py after updating
117- hassVersion = "2021.10.0";
118119in with py.pkgs; buildPythonApplication rec {
120 pname = "homeassistant";
···131 owner = "home-assistant";
132 repo = "core";
133 rev = version;
134- sha256 = "0m54ynx0i4a6wljg6d9i6xa79c15cqah5cgaswgrbaxhjw5q78iv";
135 };
136137 # leave this in, so users don't have to constantly update their downstream patch handling
···114 extraBuildInputs = extraPackages py.pkgs;
115116 # Don't forget to run parse-requirements.py after updating
117+ hassVersion = "2021.10.2";
118119in with py.pkgs; buildPythonApplication rec {
120 pname = "homeassistant";
···131 owner = "home-assistant";
132 repo = "core";
133 rev = version;
134+ sha256 = "0nds4491v8wy4d8w842asjpjj7xhqghlq0h61i7z6wp8jln7m418";
135 };
136137 # 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 = "20211006.0";
89 src = fetchPypi {
10 inherit pname version;
11- sha256 = "sha256-rlscTHqa1TMsIVW7kWFGR/feak0XewDRkybpo8dPXj0=";
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 = "20211007.0";
89 src = fetchPypi {
10 inherit pname version;
11+ sha256 = "sha256-GchSCqdVPk8RVe4iNEVvrsIgrV9/CHE5bQwyaT+ErvU=";
12 };
1314 # there is nothing to strip in this package