Add Homekit discovery for iZone (#45223)

This commit is contained in:
Penny Wood 2021-01-17 03:22:03 +08:00 committed by GitHub
parent d80ef6c5fb
commit c8990e373d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -178,5 +178,6 @@ HOMEKIT = {
"Welcome": "netatmo",
"Wemo": "wemo",
"iSmartGate": "gogogate2",
"iZone": "izone",
"tado": "tado"
}