mirror of https://github.com/home-assistant/core
11 lines
322 B
JSON
11 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"]
|
|
}
|