1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 07:29:28 +00:00
Files
core/homeassistant/components/openweathermap/manifest.json
2024-05-23 21:51:10 -10:00

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.0.9"]
}