core/homeassistant/components/openweathermap/manifest.json

9 lines
255 B
JSON

{
"domain": "openweathermap",
"name": "OpenWeatherMap",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
"requirements": ["pyowm==3.1.1"],
"codeowners": ["@fabaff", "@freekode", "@nzapponi"]
}