diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index ce10da6d22d9..420a0e63c390 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.0"] + "requirements": ["home-assistant-frontend==20260729.1"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e15b34a2453c..9630c6b6dc1c 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.0 +home-assistant-frontend==20260729.1 home-assistant-intents==2026.6.24 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 3a9b6e4e5b0c..3c8db7a8c107 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 @@ To update, run python3 -m script.hassfest from typing import Final -FRONTEND_VERSION: Final[str] = "20260729.0" +FRONTEND_VERSION: Final[str] = "20260729.1" MDI_ICONS: Final[set[str]] = { "ab-testing", diff --git a/requirements_all.txt b/requirements_all.txt index db6a03691d05..08be717b2e37 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1278,7 +1278,7 @@ hole==0.9.2 holidays==0.101 # homeassistant.components.frontend -home-assistant-frontend==20260729.0 +home-assistant-frontend==20260729.1 # homeassistant.components.conversation home-assistant-intents==2026.6.24