Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.home_connect.light Namespace Reference

Classes

class  HomeConnectLight
 
class  HomeConnectLightEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, HomeConnectConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Provides a light for Home Connect.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.home_connect.light.async_setup_entry ( HomeAssistant  hass,
HomeConnectConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Home Connect light.

Definition at line 88 of file light.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.home_connect.light._LOGGER = logging.getLogger(__name__)
private

Definition at line 43 of file light.py.