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

Classes

class  LutronCasetaLight
 

Functions

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

Detailed Description

Support for Lutron Caseta switches.

Function Documentation

◆ async_setup_entry()

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

Adds switches from the Caseta bridge associated with the config_entry as
switch entities.

Definition at line 13 of file switch.py.