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 |
Component for interacting with a Lutron RadioRA 2 system.
|
private |
If uuid becomes available update to use it.
Definition at line 202 of file __init__.py.
|
private |
If uuid becomes available update to use it.
Definition at line 178 of file __init__.py.
| 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.
| 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.
|
private |
Definition at line 25 of file __init__.py.
| string homeassistant.components.lutron.ATTR_ACTION = "action" |
Definition at line 28 of file __init__.py.
| string homeassistant.components.lutron.ATTR_FULL_ID = "full_id" |
Definition at line 29 of file __init__.py.
| string homeassistant.components.lutron.ATTR_UUID = "uuid" |
Definition at line 30 of file __init__.py.
| list homeassistant.components.lutron.PLATFORMS |
Definition at line 15 of file __init__.py.