1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Add support for switches in homekit controller (#17916)

This commit is contained in:
Filip Bednárik 2018-11-06 15:32:32 +01:00 committed by Paulus Schoutsen
parent 47af194d06
commit 9329ec2486

View File

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