Update frontend to 20210430.0 (#49928)
parent
f53284b200
commit
5e27358590
|
@ -2,7 +2,9 @@
|
|||
"domain": "frontend",
|
||||
"name": "Home Assistant Frontend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
||||
"requirements": ["home-assistant-frontend==20210429.0"],
|
||||
"requirements": [
|
||||
"home-assistant-frontend==20210430.0"
|
||||
],
|
||||
"dependencies": [
|
||||
"api",
|
||||
"auth",
|
||||
|
@ -15,6 +17,8 @@
|
|||
"system_log",
|
||||
"websocket_api"
|
||||
],
|
||||
"codeowners": ["@home-assistant/frontend"],
|
||||
"codeowners": [
|
||||
"@home-assistant/frontend"
|
||||
],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
}
|
|
@ -16,7 +16,7 @@ defusedxml==0.6.0
|
|||
distro==1.5.0
|
||||
emoji==1.2.0
|
||||
hass-nabucasa==0.43.0
|
||||
home-assistant-frontend==20210429.0
|
||||
home-assistant-frontend==20210430.0
|
||||
httpx==0.18.0
|
||||
jinja2>=2.11.3
|
||||
netdisco==2.8.2
|
||||
|
|
|
@ -762,7 +762,7 @@ hole==0.5.1
|
|||
holidays==0.11.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20210429.0
|
||||
home-assistant-frontend==20210430.0
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.10
|
||||
|
|
|
@ -423,7 +423,7 @@ hole==0.5.1
|
|||
holidays==0.11.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20210429.0
|
||||
home-assistant-frontend==20210430.0
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.10
|
||||
|
|
Loading…
Reference in New Issue