hass-core/homeassistant/components/homekit_controller
2023-09-25 08:53:01 -05:00
..
__init__.py Rename cv.no_yaml_config_schema to cv.config_entry_only_config_schema (#93908) 2023-06-01 13:15:48 +02:00
alarm_control_panel.py Move icon constants to entity attributes (#90518) 2023-03-31 09:34:17 +02:00
binary_sensor.py
button.py
camera.py
climate.py Map heatercooler rotation speed as 3 level fan speed in homekit controller (#98291) 2023-08-21 10:10:24 -05:00
config_flow.py Fix hkid matching in homekit_controller when zeroconf value is not upper case (#100641) 2023-09-20 17:37:13 +02:00
connection.py Replace lambda with attrgetter in homekit_controller (#99666) 2023-09-05 10:36:43 -05:00
const.py Add a select entity for homekit temperature display units (#100853) 2023-09-25 08:53:01 -05:00
cover.py Fix of cover-tilt in homekit_controller (#91631) 2023-05-25 12:41:42 +02:00
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 Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04: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 Add a select entity for homekit temperature display units (#100853) 2023-09-25 08:53:01 -05:00
media_player.py
number.py
select.py Add a select entity for homekit temperature display units (#100853) 2023-09-25 08:53:01 -05:00
sensor.py Avoid fetching state and charging state multiple time for hkc icon (#98995) 2023-08-25 06:35:31 -05:00
storage.py
strings.json Add a select entity for homekit temperature display units (#100853) 2023-09-25 08:53:01 -05:00
switch.py
utils.py