home-assistant: 2023.6.1 -> 2023.6.2

https://github.com/home-assistant/core/releases/tag/2023.6.2
This commit is contained in:
Martin Weinelt
2023-06-15 11:48:54 +02:00
parent 786f144317
commit e5396c67e0
2 changed files with 9 additions and 10 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2023.6.1";
version = "2023.6.2";
components = {
"3_day_blinds" = ps: with ps; [
];
@@ -2010,9 +2010,8 @@
"keyboard" = ps: with ps; [
]; # missing inputs: pyuserinput
"keyboard_remote" = ps: with ps; [
aionotify
evdev
];
]; # missing inputs: asyncinotify
"keymitt_ble" = ps: with ps; [
pymicrobot
aioesphomeapi
@@ -2863,7 +2862,8 @@
opensensemap-api
];
"opensky" = ps: with ps; [
]; # missing inputs: python-opensky
python-opensky
];
"opentherm_gw" = ps: with ps; [
pyotgw
];
@@ -2877,8 +2877,7 @@
pyopnsense
];
"opple" = ps: with ps; [
pyoppleio
];
]; # missing inputs: pyoppleio-legacy
"oralb" = ps: with ps; [
aioesphomeapi
aiohttp-cors
@@ -3352,7 +3351,7 @@
pyruckus
];
"russound_rio" = ps: with ps; [
]; # missing inputs: russound_rio
]; # missing inputs: russound-rio
"russound_rnet" = ps: with ps; [
]; # missing inputs: russound
"ruuvi_gateway" = ps: with ps; [
+3 -3
View File
@@ -296,7 +296,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.6.1";
hassVersion = "2023.6.2";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -312,7 +312,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-8F2KiV/lujTbaWQl0IfCwzQ7HxNioHAHcffi7lL2hzs=";
hash = "sha256-WPjqKCktCEk7yPrz8/GDphoFtD4Q3j0cIxUxOEwc/i0=";
};
# Secondary source is git for tests
@@ -320,7 +320,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-ojiNHl+sm1mLiM+rjESeR2zPOCGkG3RQ9to6VfetmZQ=";
hash = "sha256-qAwNuCoQN2r++QvKCTdNs7AePszSxwrFaY5FHXf3Vy8=";
};
nativeBuildInputs = with python.pkgs; [