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

Classes

class  LutronCasetaScene
 

Functions

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

Detailed Description

Support for Lutron Caseta scenes.

Function Documentation

◆ async_setup_entry()

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

Adds scenes from the Caseta bridge associated with the config_entry as
scene entities.

Definition at line 17 of file scene.py.