hass-core/homeassistant/components/motionmount/manifest.json
2024-06-03 16:27:42 +02:00

11 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==2.0.0"],
"zeroconf": ["_tvm._tcp.local."]
}