1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 05:31:11 +01:00
Files
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

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