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

Classes

class  BaseHomeKitButton
 
class  HomeKitButton
 
class  HomeKitButtonEntityDescription
 
class  HomeKitEcobeeClearHoldButton
 
class  HomeKitProvisionPreferredThreadCredentials
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Homekit buttons.

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_setup_entry()

None homeassistant.components.homekit_controller.button.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Homekit buttons.

Definition at line 66 of file button.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homekit_controller.button._LOGGER = logging.getLogger(__name__)
private

Definition at line 30 of file button.py.