2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "openweathermap",
|
2020-09-04 23:22:50 +00:00
|
|
|
"name": "OpenWeatherMap",
|
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
|
2021-02-25 12:08:44 +00:00
|
|
|
"requirements": ["pyowm==3.2.0"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["geojson", "pyowm", "pysocks"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|