Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend to 20200807.1 #38626

Merged
merged 2 commits into from Aug 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/frontend/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "frontend",
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": ["home-assistant-frontend==20200805.0"],
"requirements": ["home-assistant-frontend==20200807.1"],
"dependencies": [
"api",
"auth",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -13,7 +13,7 @@ defusedxml==0.6.0
distro==1.5.0
emoji==0.5.4
hass-nabucasa==0.35.0
home-assistant-frontend==20200805.0
home-assistant-frontend==20200807.1
importlib-metadata==1.6.0;python_version<'3.8'
jinja2>=2.11.1
netdisco==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -733,7 +733,7 @@ hole==0.5.1
holidays==0.10.3

# homeassistant.components.frontend
home-assistant-frontend==20200805.0
home-assistant-frontend==20200807.1

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

# homeassistant.components.frontend
home-assistant-frontend==20200805.0
home-assistant-frontend==20200807.1

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