Update frontend to 20211212.0 (#61577)
This commit is contained in:
parent
599d5c4c41
commit
aff74f7969
4 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,9 @@
|
|||
"domain": "frontend",
|
||||
"name": "Home Assistant Frontend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
||||
"requirements": ["home-assistant-frontend==20211211.0"],
|
||||
"requirements": [
|
||||
"home-assistant-frontend==20211212.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 @@ ciso8601==2.2.0
|
|||
cryptography==35.0.0
|
||||
emoji==1.5.0
|
||||
hass-nabucasa==0.50.0
|
||||
home-assistant-frontend==20211211.0
|
||||
home-assistant-frontend==20211212.0
|
||||
httpx==0.21.0
|
||||
ifaddr==0.1.7
|
||||
jinja2==3.0.3
|
||||
|
|
|
@ -828,7 +828,7 @@ hole==0.7.0
|
|||
holidays==0.11.3.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20211211.0
|
||||
home-assistant-frontend==20211212.0
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.10
|
||||
|
|
|
@ -524,7 +524,7 @@ hole==0.7.0
|
|||
holidays==0.11.3.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20211211.0
|
||||
home-assistant-frontend==20211212.0
|
||||
|
||||
# homeassistant.components.zwave
|
||||
homeassistant-pyozw==0.1.10
|
||||
|
|
Loading…
Add table
Reference in a new issue