mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 14:43:52 +01:00
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"domain": "aemet",
|
|
"name": "AEMET OpenData",
|
|
"codeowners": ["@Noltari"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/aemet",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aemet_opendata"],
|
|
"requirements": ["AEMET-OpenData==0.5.1"]
|
|
}
|