mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove OpenCV dependecy from Environment Canada (#43235)
* Bump env_canada to 0.2.2 * Revert PR #38731
This commit is contained in:
parent
d1566bd210
commit
a3e8968e8a
@ -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"]
|
||||
}
|
||||
|
@ -559,7 +559,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…
x
Reference in New Issue
Block a user