core/homeassistant/components/openweathermap/manifest.json

10 lines
287 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"
}