mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
18 lines
463 B
JSON
18 lines
463 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",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"requirements": ["zwave-me-ws==0.4.3", "url-normalize==2.2.1"],
|
|
"zeroconf": [
|
|
{
|
|
"name": "*z.wave-me*",
|
|
"type": "_hap._tcp.local."
|
|
}
|
|
]
|
|
}
|