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

Classes

class  ViCareNumber
 
class  ViCareNumberEntityDescription
 

Functions

list[ViCareNumber_build_entities (list[ViCareDevice] device_list)
 
float|None _get_value (Callable[[PyViCareDevice], float|None]|None fn, PyViCareHeatingDeviceComponent api)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Number for ViCare.

Function Documentation

◆ _build_entities()

list[ViCareNumber] homeassistant.components.vicare.number._build_entities ( list[ViCareDevice device_list)
private
Create ViCare number entities for a device.

Definition at line 337 of file number.py.

◆ _get_value()

float | None homeassistant.components.vicare.number._get_value ( Callable[[PyViCareDevice], float | None] | None  fn,
PyViCareHeatingDeviceComponent  api 
)
private

Definition at line 449 of file number.py.

◆ async_setup_entry()

None homeassistant.components.vicare.number.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Create the ViCare number devices.

Definition at line 371 of file number.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.vicare.number._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file number.py.