* Use async_connect in newly bumped 0.5.8 UPB library. * Fix tests. * Fix date being wrong after midnight for Environment Canada * Fix typing. * Add test. * Formatting. * Remove tests until can be added properly. * Add weather tests back. * Fix tests * Change of tactic for determining previous day's data. --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
10 lines
322 B
JSON
10 lines
322 B
JSON
{
|
|
"domain": "environment_canada",
|
|
"name": "Environment Canada",
|
|
"codeowners": ["@gwww", "@michaeldavie"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["env_canada"],
|
|
"requirements": ["env-canada==0.7.2"]
|
|
}
|