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

Classes

class  OverkizSelect
 
class  OverkizSelectDescription
 

Functions

Awaitable[None] _select_option_active_zone (str option, Callable[..., Awaitable[None]] execute_command)
 
Awaitable[None] _select_option_memorized_simple_volume (str option, Callable[..., Awaitable[None]] execute_command)
 
Awaitable[None] _select_option_open_closed_partial (str option, Callable[..., Awaitable[None]] execute_command)
 
Awaitable[None] _select_option_open_closed_pedestrian (str option, Callable[..., Awaitable[None]] execute_command)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary SUPPORTED_STATES = {description.key: description for description in SELECT_DESCRIPTIONS}
 

Detailed Description

Support for Overkiz select.

Function Documentation

◆ _select_option_active_zone()

Awaitable[None] homeassistant.components.overkiz.select._select_option_active_zone ( str  option,
Callable[..., Awaitable[None]]   execute_command 
)
private
Change the selected option for Active Zone(s).

Definition at line 61 of file select.py.

◆ _select_option_memorized_simple_volume()

Awaitable[None] homeassistant.components.overkiz.select._select_option_memorized_simple_volume ( str  option,
Callable[..., Awaitable[None]]   execute_command 
)
private
Change the selected option for Memorized Simple Volume.

Definition at line 54 of file select.py.

◆ _select_option_open_closed_partial()

Awaitable[None] homeassistant.components.overkiz.select._select_option_open_closed_partial ( str  option,
Callable[..., Awaitable[None]]   execute_command 
)
private
Change the selected option for Open/Closed/Partial.

Definition at line 41 of file select.py.

◆ _select_option_open_closed_pedestrian()

Awaitable[None] homeassistant.components.overkiz.select._select_option_open_closed_pedestrian ( str  option,
Callable[..., Awaitable[None]]   execute_command 
)
private
Change the selected option for Open/Closed/Pedestrian.

Definition at line 28 of file select.py.

◆ async_setup_entry()

None homeassistant.components.overkiz.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Overkiz select from a config entry.

Definition at line 130 of file select.py.

Variable Documentation

◆ SUPPORTED_STATES

dictionary homeassistant.components.overkiz.select.SUPPORTED_STATES = {description.key: description for description in SELECT_DESCRIPTIONS}

Definition at line 127 of file select.py.