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

Classes

class  LutronCasetaShade
 
class  LutronCasetaTiltOnlyBlind
 

Functions

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

Variables

dictionary PYLUTRON_TYPE_TO_CLASSES
 

Detailed Description

Support for Lutron Caseta shades.

Function Documentation

◆ async_setup_entry()

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

Adds shades from the Caseta bridge associated with the config_entry as
cover entities.

Definition at line 113 of file cover.py.

Variable Documentation

◆ PYLUTRON_TYPE_TO_CLASSES

dictionary homeassistant.components.lutron_caseta.cover.PYLUTRON_TYPE_TO_CLASSES
Initial value:
1 = {
2  "SerenaTiltOnlyWoodBlind": LutronCasetaTiltOnlyBlind,
3  "SerenaHoneycombShade": LutronCasetaShade,
4  "SerenaRollerShade": LutronCasetaShade,
5  "TriathlonHoneycombShade": LutronCasetaShade,
6  "TriathlonRollerShade": LutronCasetaShade,
7  "QsWirelessShade": LutronCasetaShade,
8  "QsWirelessHorizontalSheerBlind": LutronCasetaShade,
9  "Shade": LutronCasetaShade,
10  "PalladiomWireFreeShade": LutronCasetaShade,
11 }

Definition at line 100 of file cover.py.