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

Classes

class  NetatmoCameraLight
 
class  NetatmoLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the Netatmo camera lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.netatmo.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Netatmo camera light platform.

Definition at line 32 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 29 of file light.py.