diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 420a0e63c390fc..38a159bfeb7e04 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -21,5 +21,5 @@ "integration_type": "system", "preview_features": { "winter_mode": {} }, "quality_scale": "internal", - "requirements": ["home-assistant-frontend==20260729.1"] + "requirements": ["home-assistant-frontend==20260729.2"] } diff --git a/homeassistant/components/frontier_silicon/manifest.json b/homeassistant/components/frontier_silicon/manifest.json index 461265433d29d2..cf80c981b1234f 100644 --- a/homeassistant/components/frontier_silicon/manifest.json +++ b/homeassistant/components/frontier_silicon/manifest.json @@ -7,7 +7,7 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["afsapi"], - "requirements": ["afsapi==1.0.1"], + "requirements": ["afsapi==1.0.2"], "ssdp": [ { "st": "urn:schemas-frontier-silicon-com:undok:fsapi:1" diff --git a/homeassistant/components/hue/manifest.json b/homeassistant/components/hue/manifest.json index b935d54cbaa105..b47c8104601349 100644 --- a/homeassistant/components/hue/manifest.json +++ b/homeassistant/components/hue/manifest.json @@ -10,6 +10,6 @@ "integration_type": "hub", "iot_class": "local_push", "loggers": ["aiohue"], - "requirements": ["aiohue==4.8.2"], + "requirements": ["aiohue==4.9.0"], "zeroconf": ["_hue._tcp.local."] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e9a1162cabc501..abc05e3f5324dc 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -39,7 +39,7 @@ habluetooth==6.26.5 hass-nabucasa==2.2.0 hassil==3.10.0 home-assistant-bluetooth==2.0.0 -home-assistant-frontend==20260729.1 +home-assistant-frontend==20260729.2 home-assistant-intents==2026.7.30 httpx==0.28.1 ifaddr==0.2.0 diff --git a/pylint/plugins/pylint_home_assistant/generated/mdi_icons.py b/pylint/plugins/pylint_home_assistant/generated/mdi_icons.py index 3c8db7a8c1074f..030653efc8cb10 100644 --- a/pylint/plugins/pylint_home_assistant/generated/mdi_icons.py +++ b/pylint/plugins/pylint_home_assistant/generated/mdi_icons.py @@ -5,7 +5,7 @@ from typing import Final -FRONTEND_VERSION: Final[str] = "20260729.1" +FRONTEND_VERSION: Final[str] = "20260729.2" MDI_ICONS: Final[set[str]] = { "ab-testing", diff --git a/requirements_all.txt b/requirements_all.txt index c21c95f4cc3cb1..79241796359145 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -151,7 +151,7 @@ adguardhome==0.8.1 advantage-air==0.4.4 # homeassistant.components.frontier_silicon -afsapi==1.0.1 +afsapi==1.0.2 # homeassistant.components.agent_dvr agent-py==0.0.24 @@ -300,7 +300,7 @@ aiohomekit==4.0.0 aiohttp_sse==2.2.0 # homeassistant.components.hue -aiohue==4.8.2 +aiohue==4.9.0 # homeassistant.components.imap aioimaplib==2.0.1 @@ -1278,7 +1278,7 @@ hole==0.9.2 holidays==0.101 # homeassistant.components.frontend -home-assistant-frontend==20260729.1 +home-assistant-frontend==20260729.2 # homeassistant.components.conversation home-assistant-intents==2026.7.30