hass-core/homeassistant/components/homekit_controller
2023-08-08 02:30:47 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
camera.py
climate.py
config_flow.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
connection.py Split availability and data subscriptions in homekit_controller (#97337) 2023-07-27 09:32:53 -05:00
const.py Add event entities to homekit_controller (#97140) 2023-07-26 08:20:41 +02:00
cover.py
device_trigger.py Fix handling HomeKit events when the char is in error state (#97884) 2023-08-05 19:14:18 -10:00
diagnostics.py
entity.py Avoid polling event characteristic in homekit_controller (#97877) 2023-08-06 11:11:03 -10:00
event.py Add event entities to homekit_controller (#97140) 2023-07-26 08:20:41 +02:00
fan.py
humidifier.py Add current_humidity attribute on homekit_controller humidifier (#94937) 2023-06-20 21:46:07 +01:00
light.py
lock.py
manifest.json Bump aiohomekit to 2.6.15 (#98005) 2023-08-08 02:30:47 +02:00
media_player.py
number.py
select.py
sensor.py Rename homekit "Filter Life" sensor to "Filter lifetime" (#96821) 2023-07-18 15:11:14 +02:00
storage.py
strings.json Add event entities to homekit_controller (#97140) 2023-07-26 08:20:41 +02:00
switch.py
utils.py