mirror of https://github.com/home-assistant/core
13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"domain": "accuweather",
|
|
"name": "AccuWeather",
|
|
"codeowners": ["@bieniu"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/accuweather",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["accuweather"],
|
|
"requirements": ["accuweather==4.0.0"],
|
|
"single_config_entry": true
|
|
}
|