11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"domain": "openweathermap",
|
|
"name": "OpenWeatherMap",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
|
|
"requirements": ["pyowm==3.2.0"],
|
|
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["geojson", "pyowm", "pysocks"]
|
|
}
|