home-assistant: 2021.1.3 -> 2021.1.4

This commit is contained in:
Martin Weinelt 2021-01-17 09:28:27 +01:00
parent 06dcf42dbb
commit db4cdb0b9b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2021.1.3";
version = "2021.1.4";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

View file

@ -57,7 +57,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.1.3";
hassVersion = "2021.1.4";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "168njrzvqr3wn1xk02q1yn1f90mf1hds6m8lffgkql8m6a6576hn";
sha256 = "03aa7kd216rnp8h80nv002ahafiy0031lxk1bkwcirrznphcw7sj";
};
# leave this in, so users don't have to constantly update their downstream patch handling
@ -179,6 +179,8 @@ in with py.pkgs; buildPythonApplication rec {
# keyring.errors.NoKeyringError: No recommended backend was available.
"test_secrets_from_unrelated_fails"
"test_secrets_credstash"
# RuntimeError: Event loop is closed
"test_remove_older_logs"
];
preCheck = ''