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

Classes

class  SmartyFan
 

Functions

None async_setup_entry (HomeAssistant hass, SmartyConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int DEFAULT_ON_PERCENTAGE = 66
 
tuple SPEED_RANGE = (1, 3)
 

Detailed Description

Platform to control a Salda Smarty XP/XV ventilation unit.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.smarty.fan.async_setup_entry ( HomeAssistant  hass,
SmartyConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Smarty Fan Platform.

Definition at line 29 of file fan.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file fan.py.

◆ DEFAULT_ON_PERCENTAGE

int homeassistant.components.smarty.fan.DEFAULT_ON_PERCENTAGE = 66

Definition at line 25 of file fan.py.

◆ SPEED_RANGE

tuple homeassistant.components.smarty.fan.SPEED_RANGE = (1, 3)

Definition at line 26 of file fan.py.