core/homeassistant/components/openweathermap/manifest.json

9 lines
243 B
JSON

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