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

Classes

class  TelldusLiveEntity
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_LAST_UPDATED = "time_last_updated"
 

Detailed Description

Base Entity for all TelldusLive entities.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file entity.py.

◆ ATTR_LAST_UPDATED

string homeassistant.components.tellduslive.entity.ATTR_LAST_UPDATED = "time_last_updated"

Definition at line 22 of file entity.py.