1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/wiz/manifest.json
2025-07-15 11:14:47 +02:00

31 lines
550 B
JSON

{
"domain": "wiz",
"name": "WiZ",
"codeowners": ["@sbidy", "@arturpragacz"],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
{
"registered_devices": true
},
{
"macaddress": "A8BB50*"
},
{
"macaddress": "D8A011*"
},
{
"macaddress": "444F8E*"
},
{
"macaddress": "6C2990*"
},
{
"hostname": "wiz_*"
}
],
"documentation": "https://www.home-assistant.io/integrations/wiz",
"iot_class": "local_push",
"requirements": ["pywizlight==0.6.3"]
}