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

Classes

class  RensonNumber
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 RENSON_NUMBER_DESCRIPTION
 

Detailed Description

Platform to control a Renson ventilation unit.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.renson.number.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Renson number platform.

Definition at line 40 of file number.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file number.py.

◆ RENSON_NUMBER_DESCRIPTION

homeassistant.components.renson.number.RENSON_NUMBER_DESCRIPTION
Initial value:
1 = NumberEntityDescription(
2  key="filter_change",
3  translation_key="filter_change",
4  native_step=1,
5  native_min_value=0,
6  native_max_value=360,
7  entity_category=EntityCategory.CONFIG,
8  has_entity_name=True,
9  device_class=NumberDeviceClass.DURATION,
10  native_unit_of_measurement=UnitOfTime.DAYS,
11 )

Definition at line 27 of file number.py.