core/homeassistant/components/openweathermap/manifest.json

11 lines
333 B
JSON
Raw Normal View History

{
"domain": "openweathermap",
"name": "OpenWeatherMap",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
2021-02-25 12:08:44 +00:00
"requirements": ["pyowm==3.2.0"],
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
"iot_class": "cloud_polling",
"loggers": ["geojson", "pyowm", "pysocks"]
}