1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/motionmount/manifest.json
2025-02-24 13:59:34 +01:00

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."]
}