Unverified Commit 308bc63c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: 2021.12.4 -> 2021.12.5

parent 3c34d662
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2021.12.4";
  version = "2021.12.5";
  components = {
    "abode" = ps: with ps; [ abodepy ];
    "accuweather" = ps: with ps; [ accuweather ];
@@ -180,7 +180,7 @@
    "devolo_home_network" = ps: with ps; [ devolo-plc-api ];
    "dexcom" = ps: with ps; [ pydexcom ];
    "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 ];
    "digital_ocean" = ps: with ps; [ digital-ocean ];
    "digitalloggers" = ps: with ps; [ ]; # missing inputs: dlipower
@@ -706,7 +706,7 @@
    "remote" = ps: with ps; [ ];
    "remote_rpi_gpio" = ps: with ps; [ ]; # missing inputs: gpiozero
    "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_command" = ps: with ps; [ ];
    "rflink" = ps: with ps; [ rflink ];
+2 −2
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ let
  extraBuildInputs = extraPackages py.pkgs;

  # Don't forget to run parse-requirements.py after updating
  hassVersion = "2021.12.4";
  hassVersion = "2021.12.5";

in with py.pkgs; buildPythonApplication rec {
  pname = "homeassistant";
@@ -269,7 +269,7 @@ in with py.pkgs; buildPythonApplication rec {
    owner = "home-assistant";
    repo = "core";
    rev = version;
    hash = "sha256:NZPv6Zyy9brdArRsyGA6EMkYEY1wCf6osjek4lEsr1c=";
    hash = "sha256:116qklmzvqh3hn3i6i7lvsnqydd2qclk612rwlxs3v56kzpks62n";
  };

  # leave this in, so users don't have to constantly update their downstream patch handling