Skip to content

Commit

Permalink
home-assistant: 2023.6.1 -> 2023.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 15, 2023
1 parent 786f144 commit e5396c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not edit!

{
version = "2023.6.1";
version = "2023.6.2";
components = {
"3_day_blinds" = ps: with ps; [
];
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -2863,7 +2862,8 @@
opensensemap-api
];
"opensky" = ps: with ps; [
]; # missing inputs: python-opensky
python-opensky
];
"opentherm_gw" = ps: with ps; [
pyotgw
];
Expand All @@ -2877,8 +2877,7 @@
pyopnsense
];
"opple" = ps: with ps; [
pyoppleio
];
]; # missing inputs: pyoppleio-legacy
"oralb" = ps: with ps; [
aioesphomeapi
aiohttp-cors
Expand Down Expand Up @@ -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; [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -312,15 +312,15 @@ 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
gitSrc = fetchFromGitHub {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-ojiNHl+sm1mLiM+rjESeR2zPOCGkG3RQ9to6VfetmZQ=";
hash = "sha256-qAwNuCoQN2r++QvKCTdNs7AePszSxwrFaY5FHXf3Vy8=";
};

nativeBuildInputs = with python.pkgs; [
Expand Down

0 comments on commit e5396c6

Please sign in to comment.