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

11 lines
325 B
JSON

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