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

Classes

class  RensonFan
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary CMD_MAPPING
 
 default
 
dictionary SPEED_MAPPING
 
 VolDictType
 

Detailed Description

Platform to control a Renson ventilation unit.

Function Documentation

◆ async_setup_entry()

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

Definition at line 86 of file fan.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file fan.py.

◆ CMD_MAPPING

dictionary homeassistant.components.renson.fan.CMD_MAPPING
Initial value:
1 = {
2  0: Level.HOLIDAY,
3  1: Level.LEVEL1,
4  2: Level.LEVEL2,
5  3: Level.LEVEL3,
6  4: Level.LEVEL4,
7 }

Definition at line 37 of file fan.py.

◆ default

homeassistant.components.renson.fan.default

Definition at line 75 of file fan.py.

◆ SPEED_MAPPING

dictionary homeassistant.components.renson.fan.SPEED_MAPPING
Initial value:
1 = {
2  Level.OFF.value: 0,
3  Level.HOLIDAY.value: 0,
4  Level.BREEZE.value: 0,
5  Level.LEVEL1.value: 1,
6  Level.LEVEL2.value: 2,
7  Level.LEVEL3.value: 3,
8  Level.LEVEL4.value: 4,
9 }

Definition at line 45 of file fan.py.

◆ VolDictType

homeassistant.components.renson.fan.VolDictType

Definition at line 55 of file fan.py.