mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
12 lines
381 B
JSON
12 lines
381 B
JSON
{
|
|
"domain": "openweathermap",
|
|
"name": "OpenWeatherMap",
|
|
"codeowners": ["@fabaff", "@freekode", "@nzapponi", "@wittypluck"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyopenweathermap"],
|
|
"requirements": ["pyopenweathermap==0.2.2"]
|
|
}
|