Skip to content

Commit

Permalink
Update frontend to 20210429.0 (#49896)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 30, 2021
1 parent a19f757 commit 9b86332
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions homeassistant/components/frontend/manifest.json
Expand Up @@ -2,9 +2,7 @@
"domain": "frontend",
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": [
"home-assistant-frontend==20210407.1"
],
"requirements": ["home-assistant-frontend==20210429.0"],
"dependencies": [
"api",
"auth",
Expand All @@ -17,8 +15,6 @@
"system_log",
"websocket_api"
],
"codeowners": [
"@home-assistant/frontend"
],
"codeowners": ["@home-assistant/frontend"],
"quality_scale": "internal"
}
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -16,7 +16,7 @@ defusedxml==0.6.0
distro==1.5.0
emoji==1.2.0
hass-nabucasa==0.43.0
home-assistant-frontend==20210407.1
home-assistant-frontend==20210429.0
httpx==0.18.0
jinja2>=2.11.3
netdisco==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -762,7 +762,7 @@ hole==0.5.1
holidays==0.11.1

# homeassistant.components.frontend
home-assistant-frontend==20210407.1
home-assistant-frontend==20210429.0

# homeassistant.components.zwave
homeassistant-pyozw==0.1.10
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -423,7 +423,7 @@ hole==0.5.1
holidays==0.11.1

# homeassistant.components.frontend
home-assistant-frontend==20210407.1
home-assistant-frontend==20210429.0

# homeassistant.components.zwave
homeassistant-pyozw==0.1.10
Expand Down

0 comments on commit 9b86332

Please sign in to comment.