core/homeassistant/components/motionmount/manifest.json

12 lines
342 B
JSON

{
"domain": "motionmount",
"name": "Vogel's MotionMount",
"codeowners": ["@RJPoelstra"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/motionmount",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["python-MotionMount==0.3.1"],
"zeroconf": ["_tvm._tcp.local."]
}