Remove OpenCV dependecy from Environment Canada (#43235)
* Bump env_canada to 0.2.2 * Revert PR #38731
This commit is contained in:
parent
bd6c63cae7
commit
058733ae79
3 changed files with 2 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
"domain": "environment_canada",
|
||||
"name": "Environment Canada",
|
||||
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
|
||||
"requirements": ["env_canada==0.2.0"],
|
||||
"requirements": ["env_canada==0.2.2"],
|
||||
"codeowners": ["@michaeldavie"]
|
||||
}
|
||||
|
|
|
@ -556,7 +556,7 @@ enocean==0.50
|
|||
enturclient==0.2.1
|
||||
|
||||
# homeassistant.components.environment_canada
|
||||
# env_canada==0.2.0
|
||||
env_canada==0.2.2
|
||||
|
||||
# homeassistant.components.envirophat
|
||||
# envirophat==0.0.6
|
||||
|
|
|
@ -24,7 +24,6 @@ COMMENT_REQUIREMENTS = (
|
|||
"credstash",
|
||||
"decora",
|
||||
"decora_wifi",
|
||||
"env_canada",
|
||||
"envirophat",
|
||||
"evdev",
|
||||
"face_recognition",
|
||||
|
|
Loading…
Add table
Reference in a new issue