core/homeassistant/components/rmvtransport/manifest.json

10 lines
263 B
JSON
Raw Normal View History

{
"domain": "rmvtransport",
"name": "RMV",
2021-11-06 12:40:45 +00:00
"codeowners": ["@cgtobi"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/rmvtransport",
"iot_class": "cloud_polling",
2023-02-08 19:13:46 +00:00
"loggers": ["RMVtransport"],
"requirements": ["PyRMVtransport==0.3.3"]
2021-11-06 12:40:45 +00:00
}