home-assistant: 2021.6.2 -> 2021.6.3
This commit is contained in:
parent
097499bfeb
commit
85998d1b02
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2021.6.2";
|
version = "2021.6.3";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ abodepy ];
|
"abode" = ps: with ps; [ abodepy ];
|
||||||
"accuweather" = ps: with ps; [ accuweather ];
|
"accuweather" = ps: with ps; [ accuweather ];
|
||||||
|
@ -295,13 +295,13 @@
|
||||||
"garages_amsterdam" = ps: with ps; [ garages-amsterdam ];
|
"garages_amsterdam" = ps: with ps; [ garages-amsterdam ];
|
||||||
"garmin_connect" = ps: with ps; [ ]; # missing inputs: garminconnect_aio
|
"garmin_connect" = ps: with ps; [ ]; # missing inputs: garminconnect_aio
|
||||||
"gc100" = ps: with ps; [ ]; # missing inputs: python-gc100
|
"gc100" = ps: with ps; [ ]; # missing inputs: python-gc100
|
||||||
"gdacs" = ps: with ps; [ ]; # missing inputs: aio_georss_gdacs
|
"gdacs" = ps: with ps; [ aio-georss-gdacs ];
|
||||||
"generic" = ps: with ps; [ ];
|
"generic" = ps: with ps; [ ];
|
||||||
"generic_thermostat" = ps: with ps; [ sqlalchemy ];
|
"generic_thermostat" = ps: with ps; [ sqlalchemy ];
|
||||||
"geniushub" = ps: with ps; [ ]; # missing inputs: geniushub-client
|
"geniushub" = ps: with ps; [ ]; # missing inputs: geniushub-client
|
||||||
"geo_json_events" = ps: with ps; [ geojson-client ];
|
"geo_json_events" = ps: with ps; [ geojson-client ];
|
||||||
"geo_location" = ps: with ps; [ ];
|
"geo_location" = ps: with ps; [ ];
|
||||||
"geo_rss_events" = ps: with ps; [ ]; # missing inputs: georss_generic_client
|
"geo_rss_events" = ps: with ps; [ georss-generic-client ];
|
||||||
"geofency" = ps: with ps; [ aiohttp-cors ];
|
"geofency" = ps: with ps; [ aiohttp-cors ];
|
||||||
"geonetnz_quakes" = ps: with ps; [ ]; # missing inputs: aio_geojson_geonetnz_quakes
|
"geonetnz_quakes" = ps: with ps; [ ]; # missing inputs: aio_geojson_geonetnz_quakes
|
||||||
"geonetnz_volcano" = ps: with ps; [ ]; # missing inputs: aio_geojson_geonetnz_volcano
|
"geonetnz_volcano" = ps: with ps; [ ]; # missing inputs: aio_geojson_geonetnz_volcano
|
||||||
|
@ -384,7 +384,7 @@
|
||||||
"idteck_prox" = ps: with ps; [ ]; # missing inputs: rfk101py
|
"idteck_prox" = ps: with ps; [ ]; # missing inputs: rfk101py
|
||||||
"ifttt" = ps: with ps; [ aiohttp-cors pyfttt ];
|
"ifttt" = ps: with ps; [ aiohttp-cors pyfttt ];
|
||||||
"iglo" = ps: with ps; [ ]; # missing inputs: iglo
|
"iglo" = ps: with ps; [ ]; # missing inputs: iglo
|
||||||
"ign_sismologia" = ps: with ps; [ ]; # missing inputs: georss_ign_sismologia_client
|
"ign_sismologia" = ps: with ps; [ georss-ign-sismologia-client ];
|
||||||
"ihc" = ps: with ps; [ defusedxml ]; # missing inputs: ihcsdk
|
"ihc" = ps: with ps; [ defusedxml ]; # missing inputs: ihcsdk
|
||||||
"image" = ps: with ps; [ aiohttp-cors pillow ];
|
"image" = ps: with ps; [ aiohttp-cors pillow ];
|
||||||
"image_processing" = ps: with ps; [ aiohttp-cors ];
|
"image_processing" = ps: with ps; [ aiohttp-cors ];
|
||||||
|
@ -668,7 +668,7 @@
|
||||||
"pyload" = ps: with ps; [ ];
|
"pyload" = ps: with ps; [ ];
|
||||||
"python_script" = ps: with ps; [ restrictedpython ];
|
"python_script" = ps: with ps; [ restrictedpython ];
|
||||||
"qbittorrent" = ps: with ps; [ ]; # missing inputs: python-qbittorrent
|
"qbittorrent" = ps: with ps; [ ]; # missing inputs: python-qbittorrent
|
||||||
"qld_bushfire" = ps: with ps; [ ]; # missing inputs: georss_qld_bushfire_alert_client
|
"qld_bushfire" = ps: with ps; [ georss-qld-bushfire-alert-client ];
|
||||||
"qnap" = ps: with ps; [ ]; # missing inputs: qnapstats
|
"qnap" = ps: with ps; [ ]; # missing inputs: qnapstats
|
||||||
"qrcode" = ps: with ps; [ pillow ]; # missing inputs: pyzbar
|
"qrcode" = ps: with ps; [ pillow ]; # missing inputs: pyzbar
|
||||||
"quantum_gateway" = ps: with ps; [ ]; # missing inputs: quantum-gateway
|
"quantum_gateway" = ps: with ps; [ ]; # missing inputs: quantum-gateway
|
||||||
|
|
|
@ -181,7 +181,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.6.2";
|
hassVersion = "2021.6.3";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
|
@ -200,7 +200,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bk28404yd7vf00w45n1lyswyd0iadaa8jrikv861zh9bk1xm27y";
|
sha256 = "0n0g5kgyc9vhncdfi66lr9i42631rsigv2hzmnfal5jxgblh5736";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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