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

Classes

class  LutronScene
 

Functions

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

Detailed Description

Support for Lutron scenes.

Function Documentation

◆ async_setup_entry()

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

Adds scenes from the Main Repeater associated with the config_entry as
scene entities.

Definition at line 18 of file scene.py.