Skip to content

Commit 2d8a619

Browse files
frencksdb9696ludeeusthecodeTheJulianJES
authored
2025.2.4 (#138530)
* Bump python-kasa to 0.10.2 (#138381) * Bump hass-nabucasa from 0.90.0 to 0.91.0 (#138441) * Bump aiowebostv to 0.6.2 (#138488) * Bump ZHA to 0.0.49 to fix Tuya TRV issues (#138492) Bump ZHA to 0.0.49 * Bump pyseventeentrack to 1.0.2 (#138506) Bump pyseventeentrack version * Bump hass-nabucasa from 0.91.0 to 0.92.0 (#138510) * Bump py-synologydsm-api to 2.6.3 (#138516) bump py-synologydsm-api to 2.6.3 * Update frontend to 20250214.0 (#138521) * Bump version to 2025.2.4 --------- Co-authored-by: Steven B. <[email protected]> Co-authored-by: Joakim Sørensen <[email protected]> Co-authored-by: Shay Levy <[email protected]> Co-authored-by: TheJulianJES <[email protected]> Co-authored-by: Shai Ungar <[email protected]> Co-authored-by: Erik Montnemery <[email protected]> Co-authored-by: Michael <[email protected]> Co-authored-by: Bram Kragten <[email protected]>
2 parents c2f6255 + 759cc33 commit 2d8a619

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

homeassistant/components/cloud/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"integration_type": "system",
1414
"iot_class": "cloud_push",
1515
"loggers": ["hass_nabucasa"],
16-
"requirements": ["hass-nabucasa==0.90.0"],
16+
"requirements": ["hass-nabucasa==0.92.0"],
1717
"single_config_entry": true
1818
}

homeassistant/components/frontend/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"documentation": "https://www.home-assistant.io/integrations/frontend",
2222
"integration_type": "system",
2323
"quality_scale": "internal",
24-
"requirements": ["home-assistant-frontend==20250210.0"]
24+
"requirements": ["home-assistant-frontend==20250214.0"]
2525
}

homeassistant/components/seventeentrack/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"integration_type": "service",
88
"iot_class": "cloud_polling",
99
"loggers": ["pyseventeentrack"],
10-
"requirements": ["pyseventeentrack==1.0.1"]
10+
"requirements": ["pyseventeentrack==1.0.2"]
1111
}

homeassistant/components/synology_dsm/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"documentation": "https://www.home-assistant.io/integrations/synology_dsm",
88
"iot_class": "local_polling",
99
"loggers": ["synology_dsm"],
10-
"requirements": ["py-synologydsm-api==2.6.2"],
10+
"requirements": ["py-synologydsm-api==2.6.3"],
1111
"ssdp": [
1212
{
1313
"manufacturer": "Synology",

homeassistant/components/tplink/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,5 @@
301301
"iot_class": "local_polling",
302302
"loggers": ["kasa"],
303303
"quality_scale": "platinum",
304-
"requirements": ["python-kasa[speedups]==0.10.1"]
304+
"requirements": ["python-kasa[speedups]==0.10.2"]
305305
}

homeassistant/components/webostv/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"documentation": "https://www.home-assistant.io/integrations/webostv",
77
"iot_class": "local_push",
88
"loggers": ["aiowebostv"],
9-
"requirements": ["aiowebostv==0.6.1"],
9+
"requirements": ["aiowebostv==0.6.2"],
1010
"ssdp": [
1111
{
1212
"st": "urn:lge-com:service:webos-second-screen:1"

homeassistant/components/zha/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"zha",
2222
"universal_silabs_flasher"
2323
],
24-
"requirements": ["zha==0.0.48"],
24+
"requirements": ["zha==0.0.49"],
2525
"usb": [
2626
{
2727
"vid": "10C4",

homeassistant/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
APPLICATION_NAME: Final = "HomeAssistant"
2626
MAJOR_VERSION: Final = 2025
2727
MINOR_VERSION: Final = 2
28-
PATCH_VERSION: Final = "3"
28+
PATCH_VERSION: Final = "4"
2929
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
3030
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
3131
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 0)

homeassistant/package_constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ fnv-hash-fast==1.2.2
3434
go2rtc-client==0.1.2
3535
ha-ffmpeg==3.2.2
3636
habluetooth==3.21.1
37-
hass-nabucasa==0.90.0
37+
hass-nabucasa==0.92.0
3838
hassil==2.2.3
3939
home-assistant-bluetooth==1.13.0
40-
home-assistant-frontend==20250210.0
40+
home-assistant-frontend==20250214.0
4141
home-assistant-intents==2025.2.5
4242
httpx==0.28.1
4343
ifaddr==0.2.0

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "homeassistant"
7-
version = "2025.2.3"
7+
version = "2025.2.4"
88
license = {text = "Apache-2.0"}
99
description = "Open-source home automation platform running on Python 3."
1010
readme = "README.rst"
@@ -46,7 +46,7 @@ dependencies = [
4646
"fnv-hash-fast==1.2.2",
4747
# hass-nabucasa is imported by helpers which don't depend on the cloud
4848
# integration
49-
"hass-nabucasa==0.90.0",
49+
"hass-nabucasa==0.92.0",
5050
# When bumping httpx, please check the version pins of
5151
# httpcore, anyio, and h11 in gen_requirements_all
5252
"httpx==0.28.1",

requirements.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_all.txt

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)