core/homeassistant/components/openweathermap/manifest.json

11 lines
333 B
JSON

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