core/homeassistant/components/gtfs/manifest.json

10 lines
262 B
JSON
Raw Normal View History

{
"domain": "gtfs",
"name": "General Transit Feed Specification (GTFS)",
"codeowners": [],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/gtfs",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["pygtfs"],
"requirements": ["pygtfs==0.1.7"]
}