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

Classes

class  RadioThermHoldSwitch
 

Functions

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

Variables

int PARALLEL_UPDATES = 1
 

Detailed Description

Support for radiotherm switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.radiotherm.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up switches for a radiotherm device.

Definition at line 19 of file switch.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.radiotherm.switch.PARALLEL_UPDATES = 1

Definition at line 16 of file switch.py.