mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 03:17:06 +00:00
12 lines
342 B
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==2.0.0"],
|
|
"zeroconf": ["_tvm._tcp.local."]
|
|
}
|