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

Classes

class  BaseHomeKitSelect
 
class  EcobeeModeSelect
 
class  HomeKitSelect
 
class  HomeKitSelectEntityDescription
 

Functions

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

Variables

dictionary _ECOBEE_MODE_TO_NUMBERS = {v: k for (k, v) in _ECOBEE_MODE_TO_TEXT.items()}
 
dictionary _ECOBEE_MODE_TO_TEXT
 

Detailed Description

Support for Homekit select entities.

Function Documentation

◆ async_setup_entry()

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

Definition at line 148 of file select.py.

Variable Documentation

◆ _ECOBEE_MODE_TO_NUMBERS

dictionary homeassistant.components.homekit_controller.select._ECOBEE_MODE_TO_NUMBERS = {v: k for (k, v) in _ECOBEE_MODE_TO_TEXT.items()}
private

Definition at line 62 of file select.py.

◆ _ECOBEE_MODE_TO_TEXT

dictionary homeassistant.components.homekit_controller.select._ECOBEE_MODE_TO_TEXT
private
Initial value:
1 = {
2  0: "home",
3  1: "sleep",
4  2: "away",
5 }

Definition at line 57 of file select.py.