Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lookin.entity.LookinEntityMixIn Class Reference
Inheritance diagram for homeassistant.components.lookin.entity.LookinEntityMixIn:
[legend]

Private Member Functions

None _set_lookin_entity_attrs (self, str uuid, Remote|Climate device, LookinData lookin_data)
 

Private Attributes

 _device
 
 _function_names
 
 _meteo_coordinator
 
 _uuid
 

Detailed Description

A mix in to set attributes for a lookin entity.

Definition at line 79 of file entity.py.

Member Function Documentation

◆ _set_lookin_entity_attrs()

None homeassistant.components.lookin.entity.LookinEntityMixIn._set_lookin_entity_attrs (   self,
str  uuid,
Remote | Climate  device,
LookinData  lookin_data 
)
private
Set attrs for the device controlled via the lookin device.

Definition at line 82 of file entity.py.

Member Data Documentation

◆ _device

homeassistant.components.lookin.entity.LookinEntityMixIn._device
private

Definition at line 89 of file entity.py.

◆ _function_names

homeassistant.components.lookin.entity.LookinEntityMixIn._function_names
private

Definition at line 92 of file entity.py.

◆ _meteo_coordinator

homeassistant.components.lookin.entity.LookinEntityMixIn._meteo_coordinator
private

Definition at line 91 of file entity.py.

◆ _uuid

homeassistant.components.lookin.entity.LookinEntityMixIn._uuid
private

Definition at line 90 of file entity.py.


The documentation for this class was generated from the following file: