1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/trafikverket_ferry/manifest.json
2024-11-22 16:58:58 +01:00

11 lines
322 B
JSON

{
"domain": "trafikverket_ferry",
"name": "Trafikverket Ferry",
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/trafikverket_ferry",
"iot_class": "cloud_polling",
"loggers": ["pytrafikverket"],
"requirements": ["pytrafikverket==1.1.1"]
}