Files
ha-core/homeassistant/components/mta/manifest.json
On Freund 97df38f1da Add MTA New York City Transit integration (#156846)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-16 16:47:24 +01:00

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