Add Homekit discovery for iZone (#45223)
This commit is contained in:
parent
d80ef6c5fb
commit
c8990e373d
2 changed files with 7 additions and 1 deletions
|
@ -4,5 +4,10 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/izone",
|
"documentation": "https://www.home-assistant.io/integrations/izone",
|
||||||
"requirements": ["python-izone==1.1.3"],
|
"requirements": ["python-izone==1.1.3"],
|
||||||
"codeowners": ["@Swamp-Ig"],
|
"codeowners": ["@Swamp-Ig"],
|
||||||
"config_flow": true
|
"config_flow": true,
|
||||||
|
"homekit": {
|
||||||
|
"models": [
|
||||||
|
"iZone"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -178,5 +178,6 @@ HOMEKIT = {
|
||||||
"Welcome": "netatmo",
|
"Welcome": "netatmo",
|
||||||
"Wemo": "wemo",
|
"Wemo": "wemo",
|
||||||
"iSmartGate": "gogogate2",
|
"iSmartGate": "gogogate2",
|
||||||
|
"iZone": "izone",
|
||||||
"tado": "tado"
|
"tado": "tado"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue