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

Classes

class  GoveeLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Govee light local.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.govee_light_local.light.async_setup_entry ( HomeAssistant  hass,
GoveeLocalConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Govee light setup.

Definition at line 29 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file light.py.