Home Assistant Unofficial Reference 2024.12.1
connection.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit_controller.connection.HKDevice
 

Namespaces

 homeassistant.components.homekit_controller.connection
 

Functions

bool homeassistant.components.homekit_controller.connection.valid_serial_number (str serial)
 

Variables

 homeassistant.components.homekit_controller.connection._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.homekit_controller.connection.AddAccessoryCb
 
 homeassistant.components.homekit_controller.connection.AddCharacteristicCb
 
 homeassistant.components.homekit_controller.connection.AddServiceCb
 
int homeassistant.components.homekit_controller.connection.BLE_AVAILABILITY_CHECK_INTERVAL = 1800
 
int homeassistant.components.homekit_controller.connection.MAX_POLL_FAILURES_TO_DECLARE_UNAVAILABLE = 3
 
int homeassistant.components.homekit_controller.connection.RETRY_INTERVAL = 60