diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 94d3ce5a8018..875f31deef8a 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -22,5 +22,5 @@ "integration_type": "system", "preview_features": { "winter_mode": {} }, "quality_scale": "internal", - "requirements": ["home-assistant-frontend==20260826.6"] + "requirements": ["home-assistant-frontend==20260826.7"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 17f13279796b..3aa9230ec351 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -40,7 +40,7 @@ habluetooth==7.0.0 hass-nabucasa==2.7.0 hassil==3.12.0 home-assistant-bluetooth==2.0.0 -home-assistant-frontend==20260826.6 +home-assistant-frontend==20260826.7 home-assistant-intents==2026.8.28 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 494445e41647..5afca78a453a 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] = "20260826.6" +FRONTEND_VERSION: Final[str] = "20260826.7" MDI_ICONS: Final[set[str]] = { "ab-testing", diff --git a/requirements_all.txt b/requirements_all.txt index a0b8cd80e652..9ff3c813539e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1312,7 +1312,7 @@ hole==0.9.2 holidays==0.103 # homeassistant.components.frontend -home-assistant-frontend==20260826.6 +home-assistant-frontend==20260826.7 # homeassistant.components.conversation home-assistant-intents==2026.8.28