mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add support for switches in homekit controller (#17916)
This commit is contained in:
parent
47af194d06
commit
9329ec2486
@ -24,6 +24,7 @@ HOMEKIT_DIR = '.homekit'
|
|||||||
HOMEKIT_ACCESSORY_DISPATCH = {
|
HOMEKIT_ACCESSORY_DISPATCH = {
|
||||||
'lightbulb': 'light',
|
'lightbulb': 'light',
|
||||||
'outlet': 'switch',
|
'outlet': 'switch',
|
||||||
|
'switch': 'switch',
|
||||||
'thermostat': 'climate',
|
'thermostat': 'climate',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user