Add support for switches in homekit controller (#17916)
parent
47af194d06
commit
9329ec2486
|
@ -24,6 +24,7 @@ HOMEKIT_DIR = '.homekit'
|
|||
HOMEKIT_ACCESSORY_DISPATCH = {
|
||||
'lightbulb': 'light',
|
||||
'outlet': 'switch',
|
||||
'switch': 'switch',
|
||||
'thermostat': 'climate',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue