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

Classes

class  LutronCasetaFan
 

Functions

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

Variables

int DEFAULT_ON_PERCENTAGE = 50
 
list ORDERED_NAMED_FAN_SPEEDS = [FAN_LOW, FAN_MEDIUM, FAN_MEDIUM_HIGH, FAN_HIGH]
 

Detailed Description

Support for Lutron Caseta fans.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lutron_caseta.fan.async_setup_entry ( HomeAssistant  hass,
LutronCasetaConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Lutron Caseta fan platform.

Adds fan controllers from the Caseta bridge associated with the config_entry
as fan entities.

Definition at line 28 of file fan.py.

Variable Documentation

◆ DEFAULT_ON_PERCENTAGE

int homeassistant.components.lutron_caseta.fan.DEFAULT_ON_PERCENTAGE = 50

Definition at line 24 of file fan.py.

◆ ORDERED_NAMED_FAN_SPEEDS

list homeassistant.components.lutron_caseta.fan.ORDERED_NAMED_FAN_SPEEDS = [FAN_LOW, FAN_MEDIUM, FAN_MEDIUM_HIGH, FAN_HIGH]

Definition at line 25 of file fan.py.