···22# Do not edit!
3344{
55- version = "2021.10.0";
55+ version = "2021.10.2";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
···216216 "edimax" = ps: with ps; [ pyedimax ];
217217 "edl21" = ps: with ps; [ pysml ];
218218 "ee_brightbox" = ps: with ps; [ eebrightbox ];
219219- "efergy" = ps: with ps; [ ]; # missing inputs: pyefergy
219219+ "efergy" = ps: with ps; [ pyefergy ];
220220 "egardia" = ps: with ps; [ pythonegardia ];
221221 "eight_sleep" = ps: with ps; [ pyeight ];
222222 "elgato" = ps: with ps; [ elgato ];
+2-2
pkgs/servers/home-assistant/default.nix
···114114 extraBuildInputs = extraPackages py.pkgs;
115115116116 # Don't forget to run parse-requirements.py after updating
117117- hassVersion = "2021.10.0";
117117+ hassVersion = "2021.10.2";
118118119119in with py.pkgs; buildPythonApplication rec {
120120 pname = "homeassistant";
···131131 owner = "home-assistant";
132132 repo = "core";
133133 rev = version;
134134- sha256 = "0m54ynx0i4a6wljg6d9i6xa79c15cqah5cgaswgrbaxhjw5q78iv";
134134+ sha256 = "0nds4491v8wy4d8w842asjpjj7xhqghlq0h61i7z6wp8jln7m418";
135135 };
136136137137 # 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 = "20211006.0";
77+ version = "20211007.0";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-rlscTHqa1TMsIVW7kWFGR/feak0XewDRkybpo8dPXj0=";
1111+ sha256 = "sha256-GchSCqdVPk8RVe4iNEVvrsIgrV9/CHE5bQwyaT+ErvU=";
1212 };
13131414 # there is nothing to strip in this package