1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/zwave_me/manifest.json
2026-02-25 07:29:36 +01:00

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