Compare commits

...

2 Commits

Author SHA1 Message Date
Joostlek f166129a02 Fix 2026-05-28 19:21:54 +02:00
Bram Kragten 2b2d1f1093 Bump frontend to 20260527.1 2026-05-28 16:56:19 +02:00
4 changed files with 4 additions and 4 deletions
@@ -21,5 +21,5 @@
"integration_type": "system",
"preview_features": { "winter_mode": {} },
"quality_scale": "internal",
"requirements": ["home-assistant-frontend==20260527.0"]
"requirements": ["home-assistant-frontend==20260527.1"]
}
+1 -1
View File
@@ -39,7 +39,7 @@ habluetooth==6.7.9
hass-nabucasa==2.2.0
hassil==3.5.0
home-assistant-bluetooth==2.0.0
home-assistant-frontend==20260527.0
home-assistant-frontend==20260527.1
home-assistant-intents==2026.5.5
httpx==0.28.1
ifaddr==0.2.0
+1 -1
View File
@@ -5,7 +5,7 @@ To update, run python3 -m script.hassfest
from typing import Final
FRONTEND_VERSION: Final[str] = "20260527.0"
FRONTEND_VERSION: Final[str] = "20260527.1"
MDI_ICONS: Final[set[str]] = {
"ab-testing",
+1 -1
View File
@@ -1266,7 +1266,7 @@ hole==0.9.0
holidays==0.97
# homeassistant.components.frontend
home-assistant-frontend==20260527.0
home-assistant-frontend==20260527.1
# homeassistant.components.conversation
home-assistant-intents==2026.5.5