Bump coronavirus to 1.1.1 (#36614)
parent
01756011ff
commit
d6f7a984b2
|
@ -3,6 +3,10 @@
|
|||
"name": "Coronavirus (COVID-19)",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/coronavirus",
|
||||
"requirements": ["coronavirus==1.1.0"],
|
||||
"codeowners": ["@home_assistant/core"]
|
||||
"requirements": [
|
||||
"coronavirus==1.1.1"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home_assistant/core"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -442,7 +442,7 @@ connect-box==0.2.5
|
|||
construct==2.9.45
|
||||
|
||||
# homeassistant.components.coronavirus
|
||||
coronavirus==1.1.0
|
||||
coronavirus==1.1.1
|
||||
|
||||
# homeassistant.scripts.credstash
|
||||
# credstash==1.15.0
|
||||
|
|
|
@ -191,7 +191,7 @@ colorlog==4.1.0
|
|||
construct==2.9.45
|
||||
|
||||
# homeassistant.components.coronavirus
|
||||
coronavirus==1.1.0
|
||||
coronavirus==1.1.1
|
||||
|
||||
# homeassistant.scripts.credstash
|
||||
# credstash==1.15.0
|
||||
|
|
Loading…
Reference in New Issue