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

Classes

class  PlenticoreDataSelect
 
class  PlenticoreSelectEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list SELECT_SETTINGS_DATA
 

Detailed Description

Platform for Kostal Plenticore select widgets.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.kostal_plenticore.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Add kostal plenticore Select widget.

Definition at line 44 of file select.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file select.py.

◆ SELECT_SETTINGS_DATA

list homeassistant.components.kostal_plenticore.select.SELECT_SETTINGS_DATA
Initial value:
1 = [
2  PlenticoreSelectEntityDescription(
3  module_id="devices:local",
4  key="battery_charge",
5  name="Battery Charging / Usage mode",
6  options=[
7  "None",
8  "Battery:SmartBatteryControl:Enable",
9  "Battery:TimeControl:Enable",
10  ],
11  )
12 ]

Definition at line 30 of file select.py.