core/homeassistant/components/rmvtransport/manifest.json

11 lines
215 B
JSON
Raw Normal View History

{
"domain": "rmvtransport",
"name": "RMV",
"documentation": "https://www.home-assistant.io/integrations/rmvtransport",
2021-01-27 14:57:58 +00:00
"requirements": [
2021-02-19 12:28:00 +00:00
"PyRMVtransport==0.3.1"
2021-01-27 14:57:58 +00:00
],
"codeowners": [
"@cgtobi"
]
}