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

Classes

class  LutronCover
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Lutron shades.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lutron.cover.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Lutron cover platform.

Adds shades from the Main Repeater associated with the config_entry as
cover entities.

Definition at line 26 of file cover.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.lutron.cover._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file cover.py.