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

Classes

class  TelldusLiveLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Tellstick lights using Tellstick Net.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tellduslive.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up tellduslive sensors dynamically.

Definition at line 19 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file light.py.