mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add Homekit discovery for iZone (#45223)
This commit is contained in:
parent
d80ef6c5fb
commit
c8990e373d
@ -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…
x
Reference in New Issue
Block a user