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

View file

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