mirror of https://github.com/home-assistant/core
17 lines
434 B
JSON
17 lines
434 B
JSON
{
|
|
"domain": "zwave_me",
|
|
"name": "Z-Wave.Me",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@lawfulchaos", "@Z-Wave-Me", "@PoltoS"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/zwave_me",
|
|
"iot_class": "local_push",
|
|
"requirements": ["zwave-me-ws==0.4.3", "url-normalize==1.4.3"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_hap._tcp.local.",
|
|
"name": "*z.wave-me*"
|
|
}
|
|
]
|
|
}
|