mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
home-assistant: 0.73.2 -> 0.74.0 (#43964)
This commit is contained in:
parent
62215f25c6
commit
414167b213
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "0.73.2";
|
version = "0.74.0";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ ];
|
"abode" = ps: with ps; [ ];
|
||||||
"ads" = ps: with ps; [ ];
|
"ads" = ps: with ps; [ ];
|
||||||
@ -16,6 +16,7 @@
|
|||||||
"alarm_control_panel.demo" = ps: with ps; [ ];
|
"alarm_control_panel.demo" = ps: with ps; [ ];
|
||||||
"alarm_control_panel.egardia" = ps: with ps; [ ];
|
"alarm_control_panel.egardia" = ps: with ps; [ ];
|
||||||
"alarm_control_panel.envisalink" = ps: with ps; [ ];
|
"alarm_control_panel.envisalink" = ps: with ps; [ ];
|
||||||
|
"alarm_control_panel.homematicip_cloud" = ps: with ps; [ ];
|
||||||
"alarm_control_panel.ialarm" = ps: with ps; [ ];
|
"alarm_control_panel.ialarm" = ps: with ps; [ ];
|
||||||
"alarm_control_panel.ifttt" = ps: with ps; [ ];
|
"alarm_control_panel.ifttt" = ps: with ps; [ ];
|
||||||
"alarm_control_panel.manual" = ps: with ps; [ ];
|
"alarm_control_panel.manual" = ps: with ps; [ ];
|
||||||
@ -45,7 +46,7 @@
|
|||||||
"asterisk_mbox" = ps: with ps; [ ];
|
"asterisk_mbox" = ps: with ps; [ ];
|
||||||
"august" = ps: with ps; [ ];
|
"august" = ps: with ps; [ ];
|
||||||
"auth" = ps: with ps; [ aiohttp-cors ];
|
"auth" = ps: with ps; [ aiohttp-cors ];
|
||||||
"auth.client" = ps: with ps; [ ];
|
"auth.indieauth" = ps: with ps; [ ];
|
||||||
"automation" = ps: with ps; [ ];
|
"automation" = ps: with ps; [ ];
|
||||||
"automation.event" = ps: with ps; [ ];
|
"automation.event" = ps: with ps; [ ];
|
||||||
"automation.homeassistant" = ps: with ps; [ ];
|
"automation.homeassistant" = ps: with ps; [ ];
|
||||||
@ -181,6 +182,7 @@
|
|||||||
"camera.netatmo" = ps: with ps; [ ];
|
"camera.netatmo" = ps: with ps; [ ];
|
||||||
"camera.onvif" = ps: with ps; [ ha-ffmpeg ];
|
"camera.onvif" = ps: with ps; [ ha-ffmpeg ];
|
||||||
"camera.proxy" = ps: with ps; [ pillow ];
|
"camera.proxy" = ps: with ps; [ pillow ];
|
||||||
|
"camera.push" = ps: with ps; [ ];
|
||||||
"camera.ring" = ps: with ps; [ ha-ffmpeg ];
|
"camera.ring" = ps: with ps; [ ha-ffmpeg ];
|
||||||
"camera.rpi_camera" = ps: with ps; [ ];
|
"camera.rpi_camera" = ps: with ps; [ ];
|
||||||
"camera.skybell" = ps: with ps; [ ];
|
"camera.skybell" = ps: with ps; [ ];
|
||||||
@ -237,9 +239,12 @@
|
|||||||
"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; [ ];
|
||||||
|
"cloudflare" = ps: with ps; [ ];
|
||||||
"coinbase" = ps: with ps; [ ];
|
"coinbase" = ps: with ps; [ ];
|
||||||
"comfoconnect" = ps: with ps; [ ];
|
"comfoconnect" = ps: with ps; [ ];
|
||||||
"config" = ps: with ps; [ aiohttp-cors ];
|
"config" = ps: with ps; [ aiohttp-cors ];
|
||||||
|
"config.auth" = ps: with ps; [ ];
|
||||||
|
"config.auth_provider_homeassistant" = ps: with ps; [ ];
|
||||||
"config.automation" = ps: with ps; [ ];
|
"config.automation" = ps: with ps; [ ];
|
||||||
"config.config_entries" = ps: with ps; [ voluptuous-serialize ];
|
"config.config_entries" = ps: with ps; [ voluptuous-serialize ];
|
||||||
"config.core" = ps: with ps; [ ];
|
"config.core" = ps: with ps; [ ];
|
||||||
@ -384,7 +389,7 @@
|
|||||||
"frontend" = ps: with ps; [ aiohttp-cors ];
|
"frontend" = ps: with ps; [ aiohttp-cors ];
|
||||||
"gc100" = ps: with ps; [ ];
|
"gc100" = ps: with ps; [ ];
|
||||||
"goalfeed" = ps: with ps; [ ];
|
"goalfeed" = ps: with ps; [ ];
|
||||||
"google" = ps: with ps; [ google_api_python_client oauth2client ];
|
"google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ];
|
||||||
"google_assistant" = ps: with ps; [ aiohttp-cors ];
|
"google_assistant" = ps: with ps; [ aiohttp-cors ];
|
||||||
"google_assistant.auth" = ps: with ps; [ ];
|
"google_assistant.auth" = ps: with ps; [ ];
|
||||||
"google_assistant.const" = ps: with ps; [ ];
|
"google_assistant.const" = ps: with ps; [ ];
|
||||||
@ -408,6 +413,11 @@
|
|||||||
"homekit_controller" = ps: with ps; [ ];
|
"homekit_controller" = ps: with ps; [ ];
|
||||||
"homematic" = ps: with ps; [ pyhomematic ];
|
"homematic" = ps: with ps; [ pyhomematic ];
|
||||||
"homematicip_cloud" = ps: with ps; [ ];
|
"homematicip_cloud" = ps: with ps; [ ];
|
||||||
|
"homematicip_cloud.config_flow" = ps: with ps; [ ];
|
||||||
|
"homematicip_cloud.const" = ps: with ps; [ ];
|
||||||
|
"homematicip_cloud.device" = ps: with ps; [ ];
|
||||||
|
"homematicip_cloud.errors" = ps: with ps; [ ];
|
||||||
|
"homematicip_cloud.hap" = ps: with ps; [ ];
|
||||||
"http" = ps: with ps; [ aiohttp-cors ];
|
"http" = ps: with ps; [ aiohttp-cors ];
|
||||||
"http.auth" = ps: with ps; [ ];
|
"http.auth" = ps: with ps; [ ];
|
||||||
"http.ban" = ps: with ps; [ ];
|
"http.ban" = ps: with ps; [ ];
|
||||||
@ -515,6 +525,7 @@
|
|||||||
"light.tikteck" = ps: with ps; [ ];
|
"light.tikteck" = ps: with ps; [ ];
|
||||||
"light.tplink" = ps: with ps; [ ];
|
"light.tplink" = ps: with ps; [ ];
|
||||||
"light.tradfri" = ps: with ps; [ ];
|
"light.tradfri" = ps: with ps; [ ];
|
||||||
|
"light.tuya" = ps: with ps; [ ];
|
||||||
"light.velbus" = ps: with ps; [ ];
|
"light.velbus" = ps: with ps; [ ];
|
||||||
"light.vera" = ps: with ps; [ ];
|
"light.vera" = ps: with ps; [ ];
|
||||||
"light.wemo" = ps: with ps; [ ];
|
"light.wemo" = ps: with ps; [ ];
|
||||||
@ -711,6 +722,9 @@
|
|||||||
"nuheat" = ps: with ps; [ ];
|
"nuheat" = ps: with ps; [ ];
|
||||||
"nuimo_controller" = ps: with ps; [ ];
|
"nuimo_controller" = ps: with ps; [ ];
|
||||||
"octoprint" = ps: with ps; [ ];
|
"octoprint" = ps: with ps; [ ];
|
||||||
|
"onboarding" = ps: with ps; [ aiohttp-cors ];
|
||||||
|
"onboarding.const" = ps: with ps; [ ];
|
||||||
|
"onboarding.views" = ps: with ps; [ ];
|
||||||
"panel_custom" = ps: with ps; [ aiohttp-cors ];
|
"panel_custom" = ps: with ps; [ aiohttp-cors ];
|
||||||
"panel_iframe" = ps: with ps; [ aiohttp-cors ];
|
"panel_iframe" = ps: with ps; [ aiohttp-cors ];
|
||||||
"persistent_notification" = ps: with ps; [ ];
|
"persistent_notification" = ps: with ps; [ ];
|
||||||
@ -812,6 +826,7 @@
|
|||||||
"sensor.dsmr" = ps: with ps; [ ];
|
"sensor.dsmr" = ps: with ps; [ ];
|
||||||
"sensor.dte_energy_bridge" = ps: with ps; [ ];
|
"sensor.dte_energy_bridge" = ps: with ps; [ ];
|
||||||
"sensor.dublin_bus_transport" = ps: with ps; [ ];
|
"sensor.dublin_bus_transport" = ps: with ps; [ ];
|
||||||
|
"sensor.duke_energy" = ps: with ps; [ ];
|
||||||
"sensor.dwd_weather_warnings" = ps: with ps; [ ];
|
"sensor.dwd_weather_warnings" = ps: with ps; [ ];
|
||||||
"sensor.dweet" = ps: with ps; [ ];
|
"sensor.dweet" = ps: with ps; [ ];
|
||||||
"sensor.dyson" = ps: with ps; [ ];
|
"sensor.dyson" = ps: with ps; [ ];
|
||||||
@ -1123,6 +1138,7 @@
|
|||||||
"switch.toon" = ps: with ps; [ ];
|
"switch.toon" = ps: with ps; [ ];
|
||||||
"switch.tplink" = ps: with ps; [ ];
|
"switch.tplink" = ps: with ps; [ ];
|
||||||
"switch.transmission" = ps: with ps; [ transmissionrpc ];
|
"switch.transmission" = ps: with ps; [ transmissionrpc ];
|
||||||
|
"switch.tuya" = ps: with ps; [ ];
|
||||||
"switch.upcloud" = ps: with ps; [ ];
|
"switch.upcloud" = ps: with ps; [ ];
|
||||||
"switch.velbus" = ps: with ps; [ ];
|
"switch.velbus" = ps: with ps; [ ];
|
||||||
"switch.vera" = ps: with ps; [ ];
|
"switch.vera" = ps: with ps; [ ];
|
||||||
@ -1165,6 +1181,7 @@
|
|||||||
"tts.picotts" = ps: with ps; [ ];
|
"tts.picotts" = ps: with ps; [ ];
|
||||||
"tts.voicerss" = ps: with ps; [ ];
|
"tts.voicerss" = ps: with ps; [ ];
|
||||||
"tts.yandextts" = ps: with ps; [ ];
|
"tts.yandextts" = ps: with ps; [ ];
|
||||||
|
"tuya" = ps: with ps; [ ];
|
||||||
"twilio" = ps: with ps; [ aiohttp-cors twilio ];
|
"twilio" = ps: with ps; [ aiohttp-cors twilio ];
|
||||||
"upcloud" = ps: with ps; [ ];
|
"upcloud" = ps: with ps; [ ];
|
||||||
"updater" = ps: with ps; [ distro ];
|
"updater" = ps: with ps; [ distro ];
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
{ lib, fetchFromGitHub, python3
|
{ lib, fetchFromGitHub, python3
|
||||||
|
|
||||||
|
# Look up dependencies of specified components in component-packages.nix
|
||||||
, extraComponents ? []
|
, extraComponents ? []
|
||||||
|
|
||||||
|
# Additional packages to add to propagatedBuildInputs
|
||||||
, extraPackages ? ps: []
|
, extraPackages ? ps: []
|
||||||
|
|
||||||
|
# Skip pip install of required packages on startup
|
||||||
, skipPip ? true }:
|
, skipPip ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -68,7 +74,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.73.2";
|
hassVersion = "0.74.0";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -83,7 +89,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "home-assistant";
|
repo = "home-assistant";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1hfxwm49hgikdh827jnlzgfz9h51rjz1gm841f5iz1vwz301l6sk";
|
sha256 = "05njkzh4hwz3vbxq2j98znnk8yzs9zkzcd4d99qwcw2hn9kdc385";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "home-assistant-frontend";
|
pname = "home-assistant-frontend";
|
||||||
version = "20180708.0";
|
version = "20180720.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e1b068a21b26ffdc50aad2baef65b94a2f43a4df7b0d5970374d4300e93745f8";
|
sha256 = "4a9d570cfc1d6b0e4b914897197d6772d48aa38b10202a648e79c5fb2a6a0293";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ user-agents ];
|
propagatedBuildInputs = [ user-agents ];
|
||||||
|
Loading…
Reference in New Issue
Block a user