mirror of https://github.com/home-assistant/core
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"domain": "openweathermap",
|
|
"name": "OpenWeatherMap",
|
|
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyopenweathermap"],
|
|
"requirements": ["pyopenweathermap==0.2.1"]
|
|
}
|