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

Classes

class  LutronLed
 
class  LutronSwitch
 

Functions

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

Detailed Description

Support for Lutron switches.

Function Documentation

◆ async_setup_entry()

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

Adds switches from the Main Repeater associated with the config_entry as
switch entities.

Definition at line 19 of file switch.py.