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. <51370195+sdb9696@users.noreply.github.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Shay Levy <levyshay1@gmail.com> Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com> Co-authored-by: Shai Ungar <shai.ungar@riskified.com> Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
commit
2d8a619b54
|
@ -13,6 +13,6 @@
|
|||
"integration_type": "system",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["hass_nabucasa"],
|
||||
"requirements": ["hass-nabucasa==0.90.0"],
|
||||
"requirements": ["hass-nabucasa==0.92.0"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
||||
"integration_type": "system",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["home-assistant-frontend==20250210.0"]
|
||||
"requirements": ["home-assistant-frontend==20250214.0"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyseventeentrack"],
|
||||
"requirements": ["pyseventeentrack==1.0.1"]
|
||||
"requirements": ["pyseventeentrack==1.0.2"]
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/synology_dsm",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["synology_dsm"],
|
||||
"requirements": ["py-synologydsm-api==2.6.2"],
|
||||
"requirements": ["py-synologydsm-api==2.6.3"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Synology",
|
||||
|
|
|
@ -301,5 +301,5 @@
|
|||
"iot_class": "local_polling",
|
||||
"loggers": ["kasa"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["python-kasa[speedups]==0.10.1"]
|
||||
"requirements": ["python-kasa[speedups]==0.10.2"]
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/webostv",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiowebostv"],
|
||||
"requirements": ["aiowebostv==0.6.1"],
|
||||
"requirements": ["aiowebostv==0.6.2"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:lge-com:service:webos-second-screen:1"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"zha",
|
||||
"universal_silabs_flasher"
|
||||
],
|
||||
"requirements": ["zha==0.0.48"],
|
||||
"requirements": ["zha==0.0.49"],
|
||||
"usb": [
|
||||
{
|
||||
"vid": "10C4",
|
||||
|
|
|
@ -25,7 +25,7 @@ if TYPE_CHECKING:
|
|||
APPLICATION_NAME: Final = "HomeAssistant"
|
||||
MAJOR_VERSION: Final = 2025
|
||||
MINOR_VERSION: Final = 2
|
||||
PATCH_VERSION: Final = "3"
|
||||
PATCH_VERSION: Final = "4"
|
||||
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
||||
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
||||
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 0)
|
||||
|
|
|
@ -34,10 +34,10 @@ fnv-hash-fast==1.2.2
|
|||
go2rtc-client==0.1.2
|
||||
ha-ffmpeg==3.2.2
|
||||
habluetooth==3.21.1
|
||||
hass-nabucasa==0.90.0
|
||||
hass-nabucasa==0.92.0
|
||||
hassil==2.2.3
|
||||
home-assistant-bluetooth==1.13.0
|
||||
home-assistant-frontend==20250210.0
|
||||
home-assistant-frontend==20250214.0
|
||||
home-assistant-intents==2025.2.5
|
||||
httpx==0.28.1
|
||||
ifaddr==0.2.0
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "homeassistant"
|
||||
version = "2025.2.3"
|
||||
version = "2025.2.4"
|
||||
license = {text = "Apache-2.0"}
|
||||
description = "Open-source home automation platform running on Python 3."
|
||||
readme = "README.rst"
|
||||
|
@ -46,7 +46,7 @@ dependencies = [
|
|||
"fnv-hash-fast==1.2.2",
|
||||
# hass-nabucasa is imported by helpers which don't depend on the cloud
|
||||
# integration
|
||||
"hass-nabucasa==0.90.0",
|
||||
"hass-nabucasa==0.92.0",
|
||||
# When bumping httpx, please check the version pins of
|
||||
# httpcore, anyio, and h11 in gen_requirements_all
|
||||
"httpx==0.28.1",
|
||||
|
|
|
@ -21,7 +21,7 @@ certifi>=2021.5.30
|
|||
ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
fnv-hash-fast==1.2.2
|
||||
hass-nabucasa==0.90.0
|
||||
hass-nabucasa==0.92.0
|
||||
httpx==0.28.1
|
||||
home-assistant-bluetooth==1.13.0
|
||||
ifaddr==0.2.0
|
||||
|
|
|
@ -419,7 +419,7 @@ aiowaqi==3.1.0
|
|||
aiowatttime==0.1.1
|
||||
|
||||
# homeassistant.components.webostv
|
||||
aiowebostv==0.6.1
|
||||
aiowebostv==0.6.2
|
||||
|
||||
# homeassistant.components.withings
|
||||
aiowithings==3.1.5
|
||||
|
@ -1103,7 +1103,7 @@ habiticalib==0.3.7
|
|||
habluetooth==3.21.1
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.90.0
|
||||
hass-nabucasa==0.92.0
|
||||
|
||||
# homeassistant.components.splunk
|
||||
hass-splunk==0.1.1
|
||||
|
@ -1143,7 +1143,7 @@ hole==0.8.0
|
|||
holidays==0.66
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20250210.0
|
||||
home-assistant-frontend==20250214.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
home-assistant-intents==2025.2.5
|
||||
|
@ -1746,7 +1746,7 @@ py-schluter==0.1.7
|
|||
py-sucks==0.9.10
|
||||
|
||||
# homeassistant.components.synology_dsm
|
||||
py-synologydsm-api==2.6.2
|
||||
py-synologydsm-api==2.6.3
|
||||
|
||||
# homeassistant.components.atome
|
||||
pyAtome==0.1.1
|
||||
|
@ -2280,7 +2280,7 @@ pyserial==3.5
|
|||
pysesame2==1.0.1
|
||||
|
||||
# homeassistant.components.seventeentrack
|
||||
pyseventeentrack==1.0.1
|
||||
pyseventeentrack==1.0.2
|
||||
|
||||
# homeassistant.components.sia
|
||||
pysiaalarm==3.1.1
|
||||
|
@ -2406,7 +2406,7 @@ python-join-api==0.0.9
|
|||
python-juicenet==1.1.0
|
||||
|
||||
# homeassistant.components.tplink
|
||||
python-kasa[speedups]==0.10.1
|
||||
python-kasa[speedups]==0.10.2
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.1.3
|
||||
|
@ -3131,7 +3131,7 @@ zeroconf==0.144.1
|
|||
zeversolar==0.3.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha==0.0.48
|
||||
zha==0.0.49
|
||||
|
||||
# homeassistant.components.zhong_hong
|
||||
zhong-hong-hvac==1.0.13
|
||||
|
|
|
@ -401,7 +401,7 @@ aiowaqi==3.1.0
|
|||
aiowatttime==0.1.1
|
||||
|
||||
# homeassistant.components.webostv
|
||||
aiowebostv==0.6.1
|
||||
aiowebostv==0.6.2
|
||||
|
||||
# homeassistant.components.withings
|
||||
aiowithings==3.1.5
|
||||
|
@ -944,7 +944,7 @@ habiticalib==0.3.7
|
|||
habluetooth==3.21.1
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.90.0
|
||||
hass-nabucasa==0.92.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
hassil==2.2.3
|
||||
|
@ -972,7 +972,7 @@ hole==0.8.0
|
|||
holidays==0.66
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20250210.0
|
||||
home-assistant-frontend==20250214.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
home-assistant-intents==2025.2.5
|
||||
|
@ -1444,7 +1444,7 @@ py-nightscout==1.2.2
|
|||
py-sucks==0.9.10
|
||||
|
||||
# homeassistant.components.synology_dsm
|
||||
py-synologydsm-api==2.6.2
|
||||
py-synologydsm-api==2.6.3
|
||||
|
||||
# homeassistant.components.hdmi_cec
|
||||
pyCEC==0.5.2
|
||||
|
@ -1855,7 +1855,7 @@ pysensibo==1.1.0
|
|||
pyserial==3.5
|
||||
|
||||
# homeassistant.components.seventeentrack
|
||||
pyseventeentrack==1.0.1
|
||||
pyseventeentrack==1.0.2
|
||||
|
||||
# homeassistant.components.sia
|
||||
pysiaalarm==3.1.1
|
||||
|
@ -1945,7 +1945,7 @@ python-izone==1.2.9
|
|||
python-juicenet==1.1.0
|
||||
|
||||
# homeassistant.components.tplink
|
||||
python-kasa[speedups]==0.10.1
|
||||
python-kasa[speedups]==0.10.2
|
||||
|
||||
# homeassistant.components.linkplay
|
||||
python-linkplay==0.1.3
|
||||
|
@ -2520,7 +2520,7 @@ zeroconf==0.144.1
|
|||
zeversolar==0.3.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha==0.0.48
|
||||
zha==0.0.49
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.60.0
|
||||
|
|
Loading…
Reference in New Issue