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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 cover
 
 entity
 
 event
 
 fan
 
 light
 
 scene
 
 switch
 

Classes

class  LutronData
 

Functions

None _async_check_device_identifiers (HomeAssistant hass, dr.DeviceRegistry device_registry, str uuid, str legacy_uuid, str controller_guid)
 
None _async_check_entity_unique_id (HomeAssistant hass, er.EntityRegistry entity_registry, str platform, str uuid, str legacy_uuid, str controller_guid)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_ACTION = "action"
 
string ATTR_FULL_ID = "full_id"
 
string ATTR_UUID = "uuid"
 
list PLATFORMS
 

Detailed Description

Component for interacting with a Lutron RadioRA 2 system.

Function Documentation

◆ _async_check_device_identifiers()

None homeassistant.components.lutron._async_check_device_identifiers ( HomeAssistant  hass,
dr.DeviceRegistry  device_registry,
str  uuid,
str  legacy_uuid,
str  controller_guid 
)
private
If uuid becomes available update to use it.

Definition at line 202 of file __init__.py.

◆ _async_check_entity_unique_id()

None homeassistant.components.lutron._async_check_entity_unique_id ( HomeAssistant  hass,
er.EntityRegistry  entity_registry,
str  platform,
str  uuid,
str  legacy_uuid,
str  controller_guid 
)
private
If uuid becomes available update to use it.

Definition at line 178 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.lutron.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up the Lutron integration.

Definition at line 47 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.lutron.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Clean up resources and entities associated with the integration.

Definition at line 224 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file __init__.py.

◆ ATTR_ACTION

string homeassistant.components.lutron.ATTR_ACTION = "action"

Definition at line 28 of file __init__.py.

◆ ATTR_FULL_ID

string homeassistant.components.lutron.ATTR_FULL_ID = "full_id"

Definition at line 29 of file __init__.py.

◆ ATTR_UUID

string homeassistant.components.lutron.ATTR_UUID = "uuid"

Definition at line 30 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.lutron.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.COVER,
4  Platform.EVENT,
5  Platform.FAN,
6  Platform.LIGHT,
7  Platform.SCENE,
8  Platform.SWITCH,
9 ]

Definition at line 15 of file __init__.py.