home-assistant: 2021.12.4 -> 2021.12.5
This commit is contained in:
parent
3c34d662ac
commit
308bc63c20
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2021.12.4";
|
version = "2021.12.5";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ abodepy ];
|
"abode" = ps: with ps; [ abodepy ];
|
||||||
"accuweather" = ps: with ps; [ accuweather ];
|
"accuweather" = ps: with ps; [ accuweather ];
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
"devolo_home_network" = ps: with ps; [ devolo-plc-api ];
|
"devolo_home_network" = ps: with ps; [ devolo-plc-api ];
|
||||||
"dexcom" = ps: with ps; [ pydexcom ];
|
"dexcom" = ps: with ps; [ pydexcom ];
|
||||||
"dhcp" = ps: with ps; [ aiodiscover scapy ];
|
"dhcp" = ps: with ps; [ aiodiscover scapy ];
|
||||||
"dht" = ps: with ps; [ ]; # missing inputs: adafruit-circuitpython-dht
|
"dht" = ps: with ps; [ ]; # missing inputs: RPi.GPIO adafruit-circuitpython-dht
|
||||||
"dialogflow" = ps: with ps; [ aiohttp-cors ];
|
"dialogflow" = ps: with ps; [ aiohttp-cors ];
|
||||||
"digital_ocean" = ps: with ps; [ digital-ocean ];
|
"digital_ocean" = ps: with ps; [ digital-ocean ];
|
||||||
"digitalloggers" = ps: with ps; [ ]; # missing inputs: dlipower
|
"digitalloggers" = ps: with ps; [ ]; # missing inputs: dlipower
|
||||||
|
@ -706,7 +706,7 @@
|
||||||
"remote" = ps: with ps; [ ];
|
"remote" = ps: with ps; [ ];
|
||||||
"remote_rpi_gpio" = ps: with ps; [ ]; # missing inputs: gpiozero
|
"remote_rpi_gpio" = ps: with ps; [ ]; # missing inputs: gpiozero
|
||||||
"renault" = ps: with ps; [ renault-api ];
|
"renault" = ps: with ps; [ renault-api ];
|
||||||
"repetier" = ps: with ps; [ ]; # missing inputs: pyrepetier
|
"repetier" = ps: with ps; [ ]; # missing inputs: pyrepetierng
|
||||||
"rest" = ps: with ps; [ jsonpath xmltodict ];
|
"rest" = ps: with ps; [ jsonpath xmltodict ];
|
||||||
"rest_command" = ps: with ps; [ ];
|
"rest_command" = ps: with ps; [ ];
|
||||||
"rflink" = ps: with ps; [ rflink ];
|
"rflink" = ps: with ps; [ rflink ];
|
||||||
|
|
|
@ -252,7 +252,7 @@ let
|
||||||
extraBuildInputs = extraPackages py.pkgs;
|
extraBuildInputs = extraPackages py.pkgs;
|
||||||
|
|
||||||
# Don't forget to run parse-requirements.py after updating
|
# Don't forget to run parse-requirements.py after updating
|
||||||
hassVersion = "2021.12.4";
|
hassVersion = "2021.12.5";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
|
@ -269,7 +269,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256:NZPv6Zyy9brdArRsyGA6EMkYEY1wCf6osjek4lEsr1c=";
|
hash = "sha256:116qklmzvqh3hn3i6i7lvsnqydd2qclk612rwlxs3v56kzpks62n";
|
||||||
};
|
};
|
||||||
|
|
||||||
# leave this in, so users don't have to constantly update their downstream patch handling
|
# leave this in, so users don't have to constantly update their downstream patch handling
|
||||||
|
|
Loading…
Reference in a new issue