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

Classes

class  LutronFan
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Lutron fan platform.

Function Documentation

◆ async_setup_entry()

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

Adds fan controls from the Main Repeater associated with the config_entry as
fan entities.

Definition at line 21 of file fan.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file fan.py.