Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rainmachine.select Namespace Reference

Classes

class  FreezeProtectionSelectDescription
 
class  FreezeProtectionSelectOption
 
class  FreezeProtectionTemperatureSelect
 
class  RainMachineSelectDescription
 

Functions

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

Variables

tuple SELECT_DESCRIPTIONS
 
string TYPE_FREEZE_PROTECTION_TEMPERATURE = "freeze_protection_temperature"
 

Detailed Description

Support for RainMachine selects.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.rainmachine.select.async_setup_entry ( HomeAssistant  hass,
RainMachineConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up RainMachine selects based on a config entry.

Definition at line 83 of file select.py.

Variable Documentation

◆ SELECT_DESCRIPTIONS

tuple homeassistant.components.rainmachine.select.SELECT_DESCRIPTIONS

Definition at line 50 of file select.py.

◆ TYPE_FREEZE_PROTECTION_TEMPERATURE

string homeassistant.components.rainmachine.select.TYPE_FREEZE_PROTECTION_TEMPERATURE = "freeze_protection_temperature"

Definition at line 48 of file select.py.