Add support for switches in homekit controller (#17916)

pull/18269/head
Filip Bednárik 2018-11-06 15:32:32 +01:00 committed by Paulus Schoutsen
parent 47af194d06
commit 9329ec2486
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ HOMEKIT_DIR = '.homekit'
HOMEKIT_ACCESSORY_DISPATCH = {
'lightbulb': 'light',
'outlet': 'switch',
'switch': 'switch',
'thermostat': 'climate',
}