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

Namespaces

 config_flow
 
 const
 
 light
 
 models
 

Functions

None _async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The LED BLE integration.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.led_ble._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 109 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.led_ble.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up LED BLE from a config entry.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.led_ble.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 116 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file __init__.py.