Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homekit_controller.const Namespace Reference

Variables

dictionary CHARACTERISTIC_PLATFORMS
 
string CONTROLLER = f"{DOMAIN}-controller"
 
int DEBOUNCE_COOLDOWN = 10
 
string DOMAIN = "homekit_controller"
 
string ENTITY_MAP = f"{DOMAIN}-entity-map"
 
dictionary HOMEKIT_ACCESSORY_DISPATCH
 
string HOMEKIT_DIR = ".homekit"
 
string IDENTIFIER_ACCESSORY_ID = "homekit_controller:accessory-id"
 
string IDENTIFIER_LEGACY_ACCESSORY_ID = "accessory-id"
 
string IDENTIFIER_LEGACY_SERIAL_NUMBER = "serial-number"
 
string IDENTIFIER_SERIAL_NUMBER = "homekit_controller:serial-number"
 
string KNOWN_DEVICES = f"{DOMAIN}-devices"
 
string PAIRING_FILE = "pairing.json"
 
tuple STARTUP_EXCEPTIONS
 
float SUBSCRIBE_COOLDOWN = 0.25
 
string TRIGGERS = f"{DOMAIN}-triggers"
 

Detailed Description

Constants for the homekit_controller component.

Variable Documentation

◆ CHARACTERISTIC_PLATFORMS

dictionary homeassistant.components.homekit_controller.const.CHARACTERISTIC_PLATFORMS

Definition at line 62 of file const.py.

◆ CONTROLLER

string homeassistant.components.homekit_controller.const.CONTROLLER = f"{DOMAIN}-controller"

Definition at line 14 of file const.py.

◆ DEBOUNCE_COOLDOWN

int homeassistant.components.homekit_controller.const.DEBOUNCE_COOLDOWN = 10

Definition at line 125 of file const.py.

◆ DOMAIN

string homeassistant.components.homekit_controller.const.DOMAIN = "homekit_controller"

Definition at line 11 of file const.py.

◆ ENTITY_MAP

string homeassistant.components.homekit_controller.const.ENTITY_MAP = f"{DOMAIN}-entity-map"

Definition at line 15 of file const.py.

◆ HOMEKIT_ACCESSORY_DISPATCH

dictionary homeassistant.components.homekit_controller.const.HOMEKIT_ACCESSORY_DISPATCH

Definition at line 27 of file const.py.

◆ HOMEKIT_DIR

string homeassistant.components.homekit_controller.const.HOMEKIT_DIR = ".homekit"

Definition at line 18 of file const.py.

◆ IDENTIFIER_ACCESSORY_ID

string homeassistant.components.homekit_controller.const.IDENTIFIER_ACCESSORY_ID = "homekit_controller:accessory-id"

Definition at line 22 of file const.py.

◆ IDENTIFIER_LEGACY_ACCESSORY_ID

string homeassistant.components.homekit_controller.const.IDENTIFIER_LEGACY_ACCESSORY_ID = "accessory-id"

Definition at line 24 of file const.py.

◆ IDENTIFIER_LEGACY_SERIAL_NUMBER

string homeassistant.components.homekit_controller.const.IDENTIFIER_LEGACY_SERIAL_NUMBER = "serial-number"

Definition at line 23 of file const.py.

◆ IDENTIFIER_SERIAL_NUMBER

string homeassistant.components.homekit_controller.const.IDENTIFIER_SERIAL_NUMBER = "homekit_controller:serial-number"

Definition at line 21 of file const.py.

◆ KNOWN_DEVICES

string homeassistant.components.homekit_controller.const.KNOWN_DEVICES = f"{DOMAIN}-devices"

Definition at line 13 of file const.py.

◆ PAIRING_FILE

string homeassistant.components.homekit_controller.const.PAIRING_FILE = "pairing.json"

Definition at line 19 of file const.py.

◆ STARTUP_EXCEPTIONS

tuple homeassistant.components.homekit_controller.const.STARTUP_EXCEPTIONS
Initial value:
1 = (
2  TimeoutError,
3  AccessoryNotFoundError,
4  EncryptionError,
5  AccessoryDisconnectedError,
6 )

Definition at line 113 of file const.py.

◆ SUBSCRIBE_COOLDOWN

float homeassistant.components.homekit_controller.const.SUBSCRIBE_COOLDOWN = 0.25

Definition at line 127 of file const.py.

◆ TRIGGERS

string homeassistant.components.homekit_controller.const.TRIGGERS = f"{DOMAIN}-triggers"

Definition at line 16 of file const.py.