home-assistant: 0.83.3 -> 0.84.2

This commit is contained in:
Robert Schütz 2018-12-13 17:25:12 +01:00
parent 3d4cb55b71
commit 339a9980ec
3 changed files with 26 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# Do not edit! # Do not edit!
{ {
version = "0.83.3"; version = "0.84.2";
components = { components = {
"abode" = ps: with ps; [ ]; "abode" = ps: with ps; [ ];
"ads" = ps: with ps; [ ]; "ads" = ps: with ps; [ ];
@ -264,6 +264,8 @@
"climate.zwave" = ps: with ps; [ ]; "climate.zwave" = ps: with ps; [ ];
"cloud" = ps: with ps; [ aiohttp-cors warrant ]; "cloud" = ps: with ps; [ aiohttp-cors warrant ];
"cloud.auth_api" = ps: with ps; [ ]; "cloud.auth_api" = ps: with ps; [ ];
"cloud.cloud_api" = ps: with ps; [ ];
"cloud.cloudhooks" = ps: with ps; [ ];
"cloud.const" = ps: with ps; [ ]; "cloud.const" = ps: with ps; [ ];
"cloud.http_api" = ps: with ps; [ ]; "cloud.http_api" = ps: with ps; [ ];
"cloud.iot" = ps: with ps; [ ]; "cloud.iot" = ps: with ps; [ ];
@ -438,6 +440,7 @@
"geo_location.demo" = ps: with ps; [ ]; "geo_location.demo" = ps: with ps; [ ];
"geo_location.geo_json_events" = ps: with ps; [ ]; "geo_location.geo_json_events" = ps: with ps; [ ];
"geo_location.nsw_rural_fire_service_feed" = ps: with ps; [ ]; "geo_location.nsw_rural_fire_service_feed" = ps: with ps; [ ];
"geo_location.usgs_earthquakes_feed" = ps: with ps; [ ];
"geofency" = ps: with ps; [ aiohttp-cors ]; "geofency" = ps: with ps; [ aiohttp-cors ];
"goalfeed" = ps: with ps; [ ]; "goalfeed" = ps: with ps; [ ];
"google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ]; "google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ];
@ -467,6 +470,7 @@
"history" = ps: with ps; [ aiohttp-cors sqlalchemy ]; "history" = ps: with ps; [ aiohttp-cors sqlalchemy ];
"history_graph" = ps: with ps; [ aiohttp-cors sqlalchemy ]; "history_graph" = ps: with ps; [ aiohttp-cors sqlalchemy ];
"hive" = ps: with ps; [ ]; "hive" = ps: with ps; [ ];
"hlk_sw16" = ps: with ps; [ ];
"homekit" = ps: with ps; [ ]; "homekit" = ps: with ps; [ ];
"homekit.const" = ps: with ps; [ ]; "homekit.const" = ps: with ps; [ ];
"homekit.util" = ps: with ps; [ ]; "homekit.util" = ps: with ps; [ ];
@ -564,6 +568,7 @@
"light.knx" = ps: with ps; [ ]; "light.knx" = ps: with ps; [ ];
"light.lifx" = ps: with ps; [ ]; "light.lifx" = ps: with ps; [ ];
"light.lifx_legacy" = ps: with ps; [ ]; "light.lifx_legacy" = ps: with ps; [ ];
"light.lightwave" = ps: with ps; [ ];
"light.limitlessled" = ps: with ps; [ ]; "light.limitlessled" = ps: with ps; [ ];
"light.litejet" = ps: with ps; [ ]; "light.litejet" = ps: with ps; [ ];
"light.lutron" = ps: with ps; [ ]; "light.lutron" = ps: with ps; [ ];
@ -571,8 +576,6 @@
"light.lw12wifi" = ps: with ps; [ ]; "light.lw12wifi" = ps: with ps; [ ];
"light.mochad" = ps: with ps; [ ]; "light.mochad" = ps: with ps; [ ];
"light.mqtt" = ps: with ps; [ paho-mqtt ]; "light.mqtt" = ps: with ps; [ paho-mqtt ];
"light.mqtt_json" = ps: with ps; [ paho-mqtt ];
"light.mqtt_template" = ps: with ps; [ paho-mqtt ];
"light.mysensors" = ps: with ps; [ ]; "light.mysensors" = ps: with ps; [ ];
"light.mystrom" = ps: with ps; [ ]; "light.mystrom" = ps: with ps; [ ];
"light.nanoleaf_aurora" = ps: with ps; [ nanoleaf ]; "light.nanoleaf_aurora" = ps: with ps; [ nanoleaf ];
@ -608,6 +611,7 @@
"light.zha" = ps: with ps; [ ]; "light.zha" = ps: with ps; [ ];
"light.zigbee" = ps: with ps; [ ]; "light.zigbee" = ps: with ps; [ ];
"light.zwave" = ps: with ps; [ ]; "light.zwave" = ps: with ps; [ ];
"lightwave" = ps: with ps; [ ];
"linode" = ps: with ps; [ linode-api ]; "linode" = ps: with ps; [ linode-api ];
"lirc" = ps: with ps; [ ]; "lirc" = ps: with ps; [ ];
"litejet" = ps: with ps; [ ]; "litejet" = ps: with ps; [ ];
@ -770,7 +774,6 @@
"notify.hipchat" = ps: with ps; [ ]; "notify.hipchat" = ps: with ps; [ ];
"notify.homematic" = ps: with ps; [ pyhomematic ]; "notify.homematic" = ps: with ps; [ pyhomematic ];
"notify.html5" = ps: with ps; [ aiohttp-cors ]; "notify.html5" = ps: with ps; [ aiohttp-cors ];
"notify.instapush" = ps: with ps; [ ];
"notify.ios" = ps: with ps; [ aiohttp-cors zeroconf ]; "notify.ios" = ps: with ps; [ aiohttp-cors zeroconf ];
"notify.joaoapps_join" = ps: with ps; [ ]; "notify.joaoapps_join" = ps: with ps; [ ];
"notify.knx" = ps: with ps; [ ]; "notify.knx" = ps: with ps; [ ];
@ -866,6 +869,7 @@
"scene" = ps: with ps; [ ]; "scene" = ps: with ps; [ ];
"scene.deconz" = ps: with ps; [ ]; "scene.deconz" = ps: with ps; [ ];
"scene.elkm1" = ps: with ps; [ ]; "scene.elkm1" = ps: with ps; [ ];
"scene.fibaro" = ps: with ps; [ ];
"scene.homeassistant" = ps: with ps; [ ]; "scene.homeassistant" = ps: with ps; [ ];
"scene.hunterdouglas_powerview" = ps: with ps; [ ]; "scene.hunterdouglas_powerview" = ps: with ps; [ ];
"scene.knx" = ps: with ps; [ ]; "scene.knx" = ps: with ps; [ ];
@ -896,6 +900,7 @@
"sensor.arlo" = ps: with ps; [ ]; "sensor.arlo" = ps: with ps; [ ];
"sensor.arwn" = ps: with ps; [ paho-mqtt ]; "sensor.arwn" = ps: with ps; [ paho-mqtt ];
"sensor.asuswrt" = ps: with ps; [ ]; "sensor.asuswrt" = ps: with ps; [ ];
"sensor.awair" = ps: with ps; [ ];
"sensor.bbox" = ps: with ps; [ ]; "sensor.bbox" = ps: with ps; [ ];
"sensor.bh1750" = ps: with ps; [ ]; "sensor.bh1750" = ps: with ps; [ ];
"sensor.bitcoin" = ps: with ps; [ ]; "sensor.bitcoin" = ps: with ps; [ ];
@ -948,6 +953,7 @@
"sensor.emoncms" = ps: with ps; [ ]; "sensor.emoncms" = ps: with ps; [ ];
"sensor.enocean" = ps: with ps; [ ]; "sensor.enocean" = ps: with ps; [ ];
"sensor.enphase_envoy" = ps: with ps; [ ]; "sensor.enphase_envoy" = ps: with ps; [ ];
"sensor.entur_public_transport" = ps: with ps; [ ];
"sensor.envirophat" = ps: with ps; [ ]; "sensor.envirophat" = ps: with ps; [ ];
"sensor.envisalink" = ps: with ps; [ ]; "sensor.envisalink" = ps: with ps; [ ];
"sensor.etherscan" = ps: with ps; [ ]; "sensor.etherscan" = ps: with ps; [ ];
@ -1066,6 +1072,7 @@
"sensor.pushbullet" = ps: with ps; [ pushbullet ]; "sensor.pushbullet" = ps: with ps; [ pushbullet ];
"sensor.pvoutput" = ps: with ps; [ ]; "sensor.pvoutput" = ps: with ps; [ ];
"sensor.pyload" = ps: with ps; [ ]; "sensor.pyload" = ps: with ps; [ ];
"sensor.qbittorrent" = ps: with ps; [ ];
"sensor.qnap" = ps: with ps; [ ]; "sensor.qnap" = ps: with ps; [ ];
"sensor.qwikswitch" = ps: with ps; [ ]; "sensor.qwikswitch" = ps: with ps; [ ];
"sensor.radarr" = ps: with ps; [ ]; "sensor.radarr" = ps: with ps; [ ];
@ -1235,6 +1242,7 @@
"switch.hdmi_cec" = ps: with ps; [ ]; "switch.hdmi_cec" = ps: with ps; [ ];
"switch.hikvisioncam" = ps: with ps; [ ]; "switch.hikvisioncam" = ps: with ps; [ ];
"switch.hive" = ps: with ps; [ ]; "switch.hive" = ps: with ps; [ ];
"switch.hlk_sw16" = ps: with ps; [ ];
"switch.homekit_controller" = ps: with ps; [ ]; "switch.homekit_controller" = ps: with ps; [ ];
"switch.homematic" = ps: with ps; [ pyhomematic ]; "switch.homematic" = ps: with ps; [ pyhomematic ];
"switch.homematicip_cloud" = ps: with ps; [ ]; "switch.homematicip_cloud" = ps: with ps; [ ];
@ -1246,6 +1254,7 @@
"switch.kankun" = ps: with ps; [ ]; "switch.kankun" = ps: with ps; [ ];
"switch.knx" = ps: with ps; [ ]; "switch.knx" = ps: with ps; [ ];
"switch.konnected" = ps: with ps; [ aiohttp-cors netdisco ]; "switch.konnected" = ps: with ps; [ aiohttp-cors netdisco ];
"switch.lightwave" = ps: with ps; [ ];
"switch.linode" = ps: with ps; [ linode-api ]; "switch.linode" = ps: with ps; [ linode-api ];
"switch.litejet" = ps: with ps; [ ]; "switch.litejet" = ps: with ps; [ ];
"switch.lupusec" = ps: with ps; [ ]; "switch.lupusec" = ps: with ps; [ ];
@ -1319,6 +1328,8 @@
"telegram_bot.polling" = ps: with ps; [ ]; "telegram_bot.polling" = ps: with ps; [ ];
"telegram_bot.webhooks" = ps: with ps; [ aiohttp-cors ]; "telegram_bot.webhooks" = ps: with ps; [ aiohttp-cors ];
"tellduslive" = ps: with ps; [ ]; "tellduslive" = ps: with ps; [ ];
"tellduslive.const" = ps: with ps; [ ];
"tellduslive.entry" = ps: with ps; [ ];
"tellstick" = ps: with ps; [ ]; "tellstick" = ps: with ps; [ ];
"tesla" = ps: with ps; [ ]; "tesla" = ps: with ps; [ ];
"thethingsnetwork" = ps: with ps; [ ]; "thethingsnetwork" = ps: with ps; [ ];
@ -1402,11 +1413,15 @@
"wemo" = ps: with ps; [ ]; "wemo" = ps: with ps; [ ];
"wink" = ps: with ps; [ ]; "wink" = ps: with ps; [ ];
"wirelesstag" = ps: with ps; [ ]; "wirelesstag" = ps: with ps; [ ];
"wunderlist" = ps: with ps; [ ];
"xiaomi_aqara" = ps: with ps; [ ]; "xiaomi_aqara" = ps: with ps; [ ];
"zabbix" = ps: with ps; [ ]; "zabbix" = ps: with ps; [ ];
"zeroconf" = ps: with ps; [ aiohttp-cors zeroconf ]; "zeroconf" = ps: with ps; [ aiohttp-cors zeroconf ];
"zha" = ps: with ps; [ ]; "zha" = ps: with ps; [ ];
"zha.config_flow" = ps: with ps; [ ];
"zha.const" = ps: with ps; [ ]; "zha.const" = ps: with ps; [ ];
"zha.entities" = ps: with ps; [ ];
"zha.helpers" = ps: with ps; [ ];
"zigbee" = ps: with ps; [ ]; "zigbee" = ps: with ps; [ ];
"zone" = ps: with ps; [ ]; "zone" = ps: with ps; [ ];
"zone.config_flow" = ps: with ps; [ ]; "zone.config_flow" = ps: with ps; [ ];

View File

@ -36,8 +36,8 @@ let
"bf4d9b61dce69c49e830950aa36fad194706463b0b6dfe81425b9e0bc6644d46") "bf4d9b61dce69c49e830950aa36fad194706463b0b6dfe81425b9e0bc6644d46")
(mkOverride "requests" "2.20.1" (mkOverride "requests" "2.20.1"
"ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263") "ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263")
(mkOverride "ruamel_yaml" "0.15.78" (mkOverride "ruamel_yaml" "0.15.80"
"85793c5fe321e9202eba521b0bb3e6303bcb61f6e56378f59e874ca36a7e9d5f") "4f203351575dba0829c7b1e5d376d08cf5f58e4a2b844e8ce552b3e41cd414e6")
(mkOverride "voluptuous" "0.11.5" (mkOverride "voluptuous" "0.11.5"
"567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef") "567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef")
(mkOverride "voluptuous-serialize" "2.0.0" (mkOverride "voluptuous-serialize" "2.0.0"
@ -85,7 +85,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 = "0.83.3"; hassVersion = "0.84.2";
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant"; pname = "homeassistant";
@ -100,7 +100,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant"; owner = "home-assistant";
repo = "home-assistant"; repo = "home-assistant";
rev = version; rev = version;
sha256 = "1lv9ixv0qd97xpcpb9zzhn82jsgiq4kmcfnfraksq60xwzzqkwar"; sha256 = "1w1p0w8bwajiz6dms5x1vdc9sxnxdrjflnxvflxg4kba0w1mxq9m";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -111,7 +111,7 @@ in with py.pkgs; buildPythonApplication rec {
] ++ componentBuildInputs ++ extraBuildInputs; ] ++ componentBuildInputs ++ extraBuildInputs;
checkInputs = [ checkInputs = [
pytest requests-mock pydispatcher pytest-aiohttp asynctest pytest pytest-aiohttp requests-mock pydispatcher
]; ];
checkPhase = '' checkPhase = ''

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "home-assistant-frontend"; pname = "home-assistant-frontend";
version = "20181121.1"; version = "20181211.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9cedc4dc4258823b084b9d7634995ab038be109fea4c087e38412b9ef1cb6433"; sha256 = "ebb5d96154590794e9df9b5b48ec0c122419762c7460c4e67c535b65b7a00487";
}; };
propagatedBuildInputs = [ user-agents ]; propagatedBuildInputs = [ user-agents ];