mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
home-assistant: 2025.5.2 -> 2025.5.3
https://github.com/home-assistant/core/releases/tag/2025.5.3
This commit is contained in:
parent
6edb0dd30b
commit
2bfe49e397
3 changed files with 37 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
# Do not edit!
|
||||
|
||||
{
|
||||
version = "2025.5.2";
|
||||
version = "2025.5.3";
|
||||
components = {
|
||||
"3_day_blinds" =
|
||||
ps: with ps; [
|
||||
|
@ -4087,7 +4087,19 @@
|
|||
];
|
||||
"onedrive" =
|
||||
ps: with ps; [
|
||||
aiohasupervisor
|
||||
cronsim
|
||||
ha-ffmpeg
|
||||
hass-nabucasa
|
||||
hassil
|
||||
home-assistant-intents
|
||||
mutagen
|
||||
onedrive-personal-sdk
|
||||
pymicro-vad
|
||||
pyspeex-noise
|
||||
python-matter-server
|
||||
pyturbojpeg
|
||||
securetar
|
||||
];
|
||||
"onewire" =
|
||||
ps: with ps; [
|
||||
|
@ -6899,6 +6911,7 @@
|
|||
"elgato"
|
||||
"elkm1"
|
||||
"elmax"
|
||||
"elvia"
|
||||
"emoncms"
|
||||
"emonitor"
|
||||
"emulated_hue"
|
||||
|
|
|
@ -163,12 +163,12 @@ let
|
|||
};
|
||||
});
|
||||
|
||||
openhomedevice = super.openhomedevice.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "2.2";
|
||||
mcp = super.mcp.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.5.0";
|
||||
src = fetchFromGitHub {
|
||||
inherit (oldAttrs.src) owner repo;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-GGp7nKFH01m1KW6yMkKlAdd26bDi8JDWva6OQ0CWMIw=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Z2NN6k4mD6NixDON1MUOELpBZW9JvMvFErcCbFPdg2o=";
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -194,6 +194,15 @@ let
|
|||
doCheck = false; # no tests
|
||||
});
|
||||
|
||||
openhomedevice = super.openhomedevice.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "2.2";
|
||||
src = fetchFromGitHub {
|
||||
inherit (oldAttrs.src) owner repo;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-GGp7nKFH01m1KW6yMkKlAdd26bDi8JDWva6OQ0CWMIw=";
|
||||
};
|
||||
});
|
||||
|
||||
plexapi = super.plexapi.overrideAttrs (oldAttrs: rec {
|
||||
version = "4.15.16";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -377,7 +386,7 @@ let
|
|||
extraBuildInputs = extraPackages python.pkgs;
|
||||
|
||||
# Don't forget to run update-component-packages.py after updating
|
||||
hassVersion = "2025.5.2";
|
||||
hassVersion = "2025.5.3";
|
||||
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
|
@ -398,13 +407,13 @@ python.pkgs.buildPythonApplication rec {
|
|||
owner = "home-assistant";
|
||||
repo = "core";
|
||||
tag = version;
|
||||
hash = "sha256-el5s82R4MuTjUnMVXRQj4PhPxJxHoL6Jqvc6XRnJl8w=";
|
||||
hash = "sha256-qqPO7dr+Sb1RKYoOV7MhT2E1FcW7lAKTTB0T+UzLwzk=";
|
||||
};
|
||||
|
||||
# Secondary source is pypi sdist for translations
|
||||
sdist = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-lddnAM3fja9enPYRSonwSe1aG8t55jSJQNveWPwrhOE=";
|
||||
hash = "sha256-8WusUfZEyoBPltVrDpDQVkbIFEHn1GGdA4Pt0Zb1+Fo=";
|
||||
};
|
||||
|
||||
build-system = with python.pkgs; [
|
||||
|
|
|
@ -63,6 +63,10 @@ let
|
|||
};
|
||||
|
||||
extraDisabledTests = {
|
||||
forecast_solar = [
|
||||
# language fixture mismatch
|
||||
"test_enabling_disable_by_default"
|
||||
];
|
||||
sensor = [
|
||||
# Failed: Translation not found for sensor
|
||||
"test_validate_unit_change_convertible"
|
||||
|
@ -78,9 +82,9 @@ let
|
|||
# tries to retrieve file from github
|
||||
"test_non_text_stdout_capture"
|
||||
];
|
||||
stream = [
|
||||
# crashes with x265>=4.0
|
||||
"test_h265_video_is_hvc1"
|
||||
smartthings = [
|
||||
# outdated snapshots
|
||||
"test_all_entities"
|
||||
];
|
||||
websocket_api = [
|
||||
# AssertionError: assert 'unknown_error' == 'template_error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue