mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"domain": "mta",
|
|
"name": "MTA New York City Transit",
|
|
"codeowners": ["@OnFreund"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mta",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pymta"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["py-nymta==0.4.1"]
|
|
}
|