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

Classes

class  SmartySwitch
 
class  SmartySwitchDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

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

Function Documentation

◆ async_setup_entry()

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

Definition at line 42 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file switch.py.