hass-core/homeassistant/components/hvv_departures/manifest.json
Tom Schneider 0ca0ed3a31
Bump pygti and change the request for the new api version (#92283)
Bump pygti and change request for the new api version
2023-05-24 12:43:36 +02:00

10 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"]
}