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

Classes

class  ElectricKiwiSelectHOPEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_EK_HOP_SELECT = "hop_select"
 
 HOP_SELECT
 

Detailed Description

Support for Electric Kiwi hour of free power.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.electric_kiwi.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Electric Kiwi select setup.

Definition at line 27 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.electric_kiwi.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file select.py.

◆ ATTR_EK_HOP_SELECT

string homeassistant.components.electric_kiwi.select.ATTR_EK_HOP_SELECT = "hop_select"

Definition at line 18 of file select.py.

◆ HOP_SELECT

homeassistant.components.electric_kiwi.select.HOP_SELECT
Initial value:
1 = SelectEntityDescription(
2  entity_category=EntityCategory.CONFIG,
3  key=ATTR_EK_HOP_SELECT,
4  translation_key="hop_selector",
5 )

Definition at line 20 of file select.py.