Home Assistant Unofficial Reference 2024.12.1
number.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vicare.number.ViCareNumber
 
class  homeassistant.components.vicare.number.ViCareNumberEntityDescription
 

Namespaces

 homeassistant.components.vicare.number
 

Functions

list[ViCareNumber] homeassistant.components.vicare.number._build_entities (list[ViCareDevice] device_list)
 
float|None homeassistant.components.vicare.number._get_value (Callable[[PyViCareDevice], float|None]|None fn, PyViCareHeatingDeviceComponent api)
 
None homeassistant.components.vicare.number.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

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