mirror of
https://github.com/home-assistant/core.git
synced 2026-08-27 02:24:53 -05:00
Update frontend to 20260826.0 (#180278)
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
"integration_type": "system",
|
||||
"preview_features": { "winter_mode": {} },
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["home-assistant-frontend==20260729.7"]
|
||||
"requirements": ["home-assistant-frontend==20260826.0"]
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ habluetooth==6.26.7
|
||||
hass-nabucasa==2.6.0
|
||||
hassil==3.12.0
|
||||
home-assistant-bluetooth==2.0.0
|
||||
home-assistant-frontend==20260729.7
|
||||
home-assistant-frontend==20260826.0
|
||||
home-assistant-intents==2026.8.25
|
||||
httpx==0.28.1
|
||||
ifaddr==0.2.0
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ To update, run python3 -m script.hassfest
|
||||
|
||||
from typing import Final
|
||||
|
||||
FRONTEND_VERSION: Final[str] = "20260729.7"
|
||||
FRONTEND_VERSION: Final[str] = "20260826.0"
|
||||
|
||||
MDI_ICONS: Final[set[str]] = {
|
||||
"ab-testing",
|
||||
|
||||
Generated
+1
-1
@@ -1297,7 +1297,7 @@ hole==0.9.2
|
||||
holidays==0.103
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20260729.7
|
||||
home-assistant-frontend==20260826.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
home-assistant-intents==2026.8.25
|
||||
|
||||
Reference in New Issue
Block a user