Bump coronavirus to 1.1.1 (#36614)
This commit is contained in:
parent
ded5329f03
commit
5cf753422b
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -194,7 +194,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…
Add table
Reference in a new issue