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

Classes

class  OverkizNumber
 
class  OverkizNumberDescription
 

Functions

None _async_set_native_value_boost_mode_duration (float value, Callable[..., Awaitable[None]] execute_command)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int BOOST_MODE_DURATION_DELAY = 1
 
int OPERATING_MODE_DELAY = 3
 
dictionary SUPPORTED_STATES = {description.key: description for description in NUMBER_DESCRIPTIONS}
 

Detailed Description

Support for Overkiz (virtual) numbers.

Function Documentation

◆ _async_set_native_value_boost_mode_duration()

None homeassistant.components.overkiz.number._async_set_native_value_boost_mode_duration ( float  value,
Callable[..., Awaitable[None]]   execute_command 
)
private
Update the boost duration value.

Definition at line 45 of file number.py.

◆ async_setup_entry()

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

Definition at line 192 of file number.py.

Variable Documentation

◆ BOOST_MODE_DURATION_DELAY

int homeassistant.components.overkiz.number.BOOST_MODE_DURATION_DELAY = 1

Definition at line 27 of file number.py.

◆ OPERATING_MODE_DELAY

int homeassistant.components.overkiz.number.OPERATING_MODE_DELAY = 3

Definition at line 28 of file number.py.

◆ SUPPORTED_STATES

dictionary homeassistant.components.overkiz.number.SUPPORTED_STATES = {description.key: description for description in NUMBER_DESCRIPTIONS}

Definition at line 189 of file number.py.