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

Classes

class  HomeKitNumber
 

Functions

bool async_add_characteristic (Characteristic char)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 entity_category
 
 HKDevice
 
 key
 
 name
 
 str
 
 translation_key
 

Detailed Description

Support for Homekit number ranges.

These are mostly used where a HomeKit accessory exposes additional non-standard
characteristics that don't map to a Home Assistant feature.

Function Documentation

◆ async_add_characteristic()

bool homeassistant.components.homekit_controller.number.async_add_characteristic ( Characteristic  char)

Definition at line 78 of file number.py.

◆ async_setup_entry()

None homeassistant.components.homekit_controller.number.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)

Definition at line 68 of file number.py.

Variable Documentation

◆ entity_category

homeassistant.components.homekit_controller.number.entity_category

Definition at line 33 of file number.py.

◆ HKDevice

◆ key

homeassistant.components.homekit_controller.number.key

Definition at line 30 of file number.py.

◆ name

homeassistant.components.homekit_controller.number.name

Definition at line 31 of file number.py.

◆ str

homeassistant.components.homekit_controller.number.str
Set up Homekit numbers.

Definition at line 74 of file number.py.

◆ translation_key

homeassistant.components.homekit_controller.number.translation_key

Definition at line 32 of file number.py.