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

Private Member Functions

None _set_lookin_device_attrs (self, LookinData lookin_data)
 

Private Attributes

 _lookin_device
 
 _lookin_protocol
 
 _lookin_udp_subs
 

Detailed Description

A mix in to set lookin attributes for the lookin device.

Definition at line 52 of file entity.py.

Member Function Documentation

◆ _set_lookin_device_attrs()

None homeassistant.components.lookin.entity.LookinDeviceMixIn._set_lookin_device_attrs (   self,
LookinData  lookin_data 
)
private
Set attrs for the lookin device.

Definition at line 55 of file entity.py.

Member Data Documentation

◆ _lookin_device

homeassistant.components.lookin.entity.LookinDeviceMixIn._lookin_device
private

Definition at line 57 of file entity.py.

◆ _lookin_protocol

homeassistant.components.lookin.entity.LookinDeviceMixIn._lookin_protocol
private

Definition at line 58 of file entity.py.

◆ _lookin_udp_subs

homeassistant.components.lookin.entity.LookinDeviceMixIn._lookin_udp_subs
private

Definition at line 59 of file entity.py.


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