mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"domain": "motionmount",
|
|
"name": "Vogel's MotionMount",
|
|
"codeowners": ["@laiho-vogels"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/motionmount",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["python-MotionMount==2.3.0"],
|
|
"zeroconf": ["_tvm._tcp.local."]
|
|
}
|