home-assistant: 2021.2.0 -> 2021.2.1
This commit is contained in:
parent
82e0a55f35
commit
5684b8de37
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2021.2.0";
|
version = "2021.2.1";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ abodepy ];
|
"abode" = ps: with ps; [ abodepy ];
|
||||||
"accuweather" = ps: with ps; [ accuweather ];
|
"accuweather" = ps: with ps; [ accuweather ];
|
||||||
|
@ -57,7 +57,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.2.0";
|
hassVersion = "2021.2.1";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "116aq683wy7sxdbxr43li90irpfbsz0dv8w0r1fghcjpwlj7ihwa";
|
sha256 = "0a8l23n6j0x1hjcifajgbrip7b4l8xcgxn2wa1lcg27p1cghrv5m";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
@ -101,6 +101,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
astral
|
astral
|
||||||
async-timeout
|
async-timeout
|
||||||
attrs
|
attrs
|
||||||
|
awesomeversion
|
||||||
bcrypt
|
bcrypt
|
||||||
certifi
|
certifi
|
||||||
ciso8601
|
ciso8601
|
||||||
@ -205,6 +206,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
# RuntimeError: Event loop is closed
|
# RuntimeError: Event loop is closed
|
||||||
"test_config_path"
|
"test_config_path"
|
||||||
"test_info_endpoint_register_callback_timeout"
|
"test_info_endpoint_register_callback_timeout"
|
||||||
|
"test_scan_match_st"
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user