hass-core/homeassistant/components/homekit
J. Nick Koston 4b7a313ece
Use identity checks for CoreState (#107846)
Some of the checks used ==, and some used is. Switch
everything to is as its faster
2024-01-12 10:21:26 +01:00
..
__init__.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
accessories.py Handle unknown state in HomeKit (#107039) 2024-01-08 09:42:28 +01:00
aidmanager.py Preserve HomeKit Accessory ID when entity unique id changes (#102123) 2023-10-16 21:42:02 -10:00
config_flow.py Small typing cleanups for HomeKit (#101790) 2023-10-11 08:11:58 +02:00
const.py Refactor homekit to use a dataclass for entry data (#101738) 2023-10-10 21:14:37 +02:00
diagnostics.py Refactor homekit to use a dataclass for entry data (#101738) 2023-10-10 21:14:37 +02:00
iidmanager.py Add more typing to HomeKit (#101896) 2023-10-12 08:43:53 -10:00
logbook.py
manifest.json Bump HAP-python 4.9.1 (#102811) 2023-10-25 15:55:28 -05:00
models.py Refactor homekit to use a dataclass for entry data (#101738) 2023-10-10 21:14:37 +02:00
services.yaml
strings.json Add support for receivers to HomeKit (#100717) 2023-09-25 09:36:01 -05:00
type_cameras.py Enable strict typing in HomeKit (#101968) 2023-10-13 14:45:59 -10:00
type_covers.py Enable strict typing in HomeKit (#101968) 2023-10-13 14:45:59 -10:00
type_fans.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
type_humidifiers.py Update HomeKit humidifiers to handle current humidity (#101964) 2023-10-13 14:23:50 -10:00
type_lights.py Handle ATTR_HS_COLOR being None in HomeKit (#102290) 2023-10-18 22:42:39 -10:00
type_locks.py
type_media_players.py Add some more typing to HomeKit (#101959) 2023-10-13 14:03:01 -10:00
type_remotes.py Enable strict typing in HomeKit (#101968) 2023-10-13 14:45:59 -10:00
type_security_systems.py Add some more typing to HomeKit (#101959) 2023-10-13 14:03:01 -10:00
type_sensors.py Add some more typing to HomeKit (#101959) 2023-10-13 14:03:01 -10:00
type_switches.py Add more typing to HomeKit (#101896) 2023-10-12 08:43:53 -10:00
type_thermostats.py Handle unknown state in HomeKit (#107039) 2024-01-08 09:42:28 +01:00
type_triggers.py Preserve HomeKit Accessory ID when entity unique id changes (#102123) 2023-10-16 21:42:02 -10:00
util.py Refactor homekit to use a dataclass for entry data (#101738) 2023-10-10 21:14:37 +02:00