···2# Do not edit!
34{
5- version = "2021.10.4";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···151 "cover" = ps: with ps; [ ];
152 "cppm_tracker" = ps: with ps; [ ]; # missing inputs: clearpasspy
153 "cpuspeed" = ps: with ps; [ py-cpuinfo ];
154- "crownstone" = ps: with ps; [ aiohttp-cors pyserial pyudev ]; # missing inputs: crownstone-cloud crownstone-sse crownstone-uart
155 "cups" = ps: with ps; [ pycups ];
156 "currencylayer" = ps: with ps; [ ];
157 "daikin" = ps: with ps; [ pydaikin ];
···2# Do not edit!
34{
5+ version = "2021.10.6";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···151 "cover" = ps: with ps; [ ];
152 "cppm_tracker" = ps: with ps; [ ]; # missing inputs: clearpasspy
153 "cpuspeed" = ps: with ps; [ py-cpuinfo ];
154+ "crownstone" = ps: with ps; [ aiohttp-cors crownstone-cloud crownstone-sse crownstone-uart pyserial pyudev ];
155 "cups" = ps: with ps; [ pycups ];
156 "currencylayer" = ps: with ps; [ ];
157 "daikin" = ps: with ps; [ pydaikin ];
+16-2
pkgs/servers/home-assistant/default.nix
···68 # Pinned due to API changes in 0.1.0
69 (mkOverride "poolsense" "0.0.8" "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp")
700000000000000071 # Pinned due to changes in total-connect-client>0.58 which made the tests fails at the moment
72 (self: super: {
73 total-connect-client = super.total-connect-client.overridePythonAttrs (oldAttrs: rec {
···114 extraBuildInputs = extraPackages py.pkgs;
115116 # Don't forget to run parse-requirements.py after updating
117- hassVersion = "2021.10.4";
118119in with py.pkgs; buildPythonApplication rec {
120 pname = "homeassistant";
···131 owner = "home-assistant";
132 repo = "core";
133 rev = version;
134- sha256 = "1cl0h15285x7xba425d9anv882adi6bdqx4i3cicg3gf0nzcc8am";
135 };
136137 # leave this in, so users don't have to constantly update their downstream patch handling
···68 # Pinned due to API changes in 0.1.0
69 (mkOverride "poolsense" "0.0.8" "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp")
7071+ # Pinned due to missing simpliypy.errors.PendingAuthorizationError in simplisafe-python>12 which results in a failing import
72+ (self: super: {
73+ simplisafe-python = super.simplisafe-python.overridePythonAttrs (oldAttrs: rec {
74+ version = "11.0.7";
75+ src = fetchFromGitHub {
76+ owner = "bachya";
77+ repo = "simplisafe-python";
78+ rev = version;
79+ sha256 = "02nrighkdcd5n9qgbizm9gyfnpgdm4iibw7y8nbyfaxpng069fzp";
80+ };
81+ checkInputs = oldAttrs.checkInputs ++ [ super.aioresponses ];
82+ });
83+ })
84+85 # Pinned due to changes in total-connect-client>0.58 which made the tests fails at the moment
86 (self: super: {
87 total-connect-client = super.total-connect-client.overridePythonAttrs (oldAttrs: rec {
···128 extraBuildInputs = extraPackages py.pkgs;
129130 # Don't forget to run parse-requirements.py after updating
131+ hassVersion = "2021.10.6";
132133in with py.pkgs; buildPythonApplication rec {
134 pname = "homeassistant";
···145 owner = "home-assistant";
146 repo = "core";
147 rev = version;
148+ sha256 = "0275f327dzr4cggfw5n8x533b4h8zz8yli5d0js7cw1rmi3cmkbc";
149 };
150151 # leave this in, so users don't have to constantly update their downstream patch handling