2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "openweathermap",
|
2020-09-04 23:22:50 +00:00
|
|
|
"name": "OpenWeatherMap",
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
|
2020-09-04 23:22:50 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2024-05-24 07:51:10 +00:00
|
|
|
"loggers": ["pyopenweathermap"],
|
|
|
|
"requirements": ["pyopenweathermap==0.0.9"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|