Compare commits

...

7 Commits

8 changed files with 19 additions and 14 deletions

View File

@@ -242,7 +242,9 @@ let
"elkm1"
"elv"
"enocean"
"homeassistant_connect_zbt2"
"homeassistant_hardware"
"homeassistant_sky_connect"
"homeassistant_yellow"
"firmata"
"flexit"

View File

@@ -4,20 +4,23 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
pyprojectVersionPatchHook,
}:
buildPythonPackage rec {
pname = "pybravia";
version = "0.4.1";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Drafteed";
repo = "pybravia";
tag = "v${version}";
hash = "sha256-VNdjdNmWcl8s1jRlA40DHlku3CPL59nJ4pZklZ452FU=";
hash = "sha256-Wx+YEEVZB0aGhgaQiC04GKwTY4yV0wj86b/8EJBs5yc=";
};
nativeBuildInputs = [ pyprojectVersionPatchHook ];
build-system = [ hatchling ];
dependencies = [ aiohttp ];

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "pylamarzocco";
version = "2.4.2";
version = "2.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zweckj";
repo = "pylamarzocco";
tag = "v${finalAttrs.version}";
hash = "sha256-9wqSF67MNxnGvDDDVY9epI3hoV8M20L3Fyz80/x8G74=";
hash = "sha256-X2Oyo7pCSb/M5abflAHiPK8tlWO85uTqisdQYcGx66c=";
};
build-system = [ setuptools ];

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "yoto-api";
version = "4.3.1";
version = "4.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${finalAttrs.version}";
hash = "sha256-Hy2OE8jol/ttZ1MsIC4EzkYa72DINwcjsHflo8+a7xo=";
hash = "sha256-BJK1kTdiEfBoMW6WhpWc1S52VFIrffU9M0aYtJfvIXs=";
};
build-system = [ setuptools ];

View File

@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2026.7.3";
version = "2026.7.4";
components = {
"3_day_blinds" =
ps: with ps; [

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "multiple-entity-row";
version = "4.7.0";
version = "4.7.1";
src = fetchFromGitHub {
owner = "benct";
repo = "lovelace-multiple-entity-row";
tag = "v${finalAttrs.version}";
hash = "sha256-B+FaOITLnNP+rUyDF3bRY+M0xDmWkoTSi+fpWW9khG8=";
hash = "sha256-Tl/XXwIarWFyQUloMEBvIRRrqwPEQxIj0eyQqN1fGU8=";
};
offlineCache = fetchYarnDeps {

View File

@@ -270,7 +270,7 @@ let
extraBuildInputs = extraPackages python3Packages;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2026.7.3";
hassVersion = "2026.7.4";
in
python3Packages.buildPythonApplication rec {
@@ -291,13 +291,13 @@ python3Packages.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-P3XpShQivIG39i4inhhFe5lOWKIJWuWOdiIUxpfaH8Y=";
hash = "sha256-EWYJcmjKgWs+JhTLfQ56jpKlTATIsUAeT4XK8XOdh4U=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-zC95f1/p71jag7ex0EGoa5gQobab17a+VDBc7h9YBFA=";
hash = "sha256-i5MzLu22O5bteNwbwp6nct5zcTXpyOYrMW0kuUu/oeQ=";
};
build-system = with python3Packages; [

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2026.7.3";
version = "2026.7.4";
pyproject = true;
disabled = python.version != home-assistant.python3Packages.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-8Fod2L9yCGgrLEzEW2mAsyIgwwxn0llAu8Wb7RySn2U=";
hash = "sha256-JhiFB9lhOelU1ug921DgLUqym7KGwaMbCESHdrMs/O8=";
};
build-system = [