mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
11 lines
289 B
JSON
11 lines
289 B
JSON
{
|
|
"domain": "hvv_departures",
|
|
"name": "HVV Departures",
|
|
"codeowners": ["@vigonotion"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hvv_departures",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pygti"],
|
|
"requirements": ["pygti==0.9.4"]
|
|
}
|