mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17: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",
|
||||
"requirements": ["python-izone==1.1.3"],
|
||||
"codeowners": ["@Swamp-Ig"],
|
||||
"config_flow": true
|
||||
"config_flow": true,
|
||||
"homekit": {
|
||||
"models": [
|
||||
"iZone"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -178,5 +178,6 @@ HOMEKIT = {
|
||||
"Welcome": "netatmo",
|
||||
"Wemo": "wemo",
|
||||
"iSmartGate": "gogogate2",
|
||||
"iZone": "izone",
|
||||
"tado": "tado"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user