1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/gtfs/manifest.json
2023-07-17 10:20:57 +02:00

10 lines
262 B
JSON

{
"domain": "gtfs",
"name": "General Transit Feed Specification (GTFS)",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/gtfs",
"iot_class": "local_polling",
"loggers": ["pygtfs"],
"requirements": ["pygtfs==0.1.9"]
}