Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.voip.entity.VoIPEntity Class Reference
Inheritance diagram for homeassistant.components.voip.entity.VoIPEntity:
[legend]
Collaboration diagram for homeassistant.components.voip.entity.VoIPEntity:
[legend]

Public Member Functions

None __init__ (self, VoIPDevice voip_device)
 

Public Attributes

 voip_device
 

Private Attributes

 _attr_device_info
 
 _attr_unique_id
 

Static Private Attributes

bool _attr_has_entity_name = True
 
bool _attr_should_poll = False
 

Detailed Description

VoIP entity.

Definition at line 12 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.voip.entity.VoIPEntity.__init__ (   self,
VoIPDevice  voip_device 
)
Initialize VoIP entity.

Definition at line 18 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.voip.entity.VoIPEntity._attr_device_info
private

Definition at line 22 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.voip.entity.VoIPEntity._attr_has_entity_name = True
staticprivate

Definition at line 15 of file entity.py.

◆ _attr_should_poll

bool homeassistant.components.voip.entity.VoIPEntity._attr_should_poll = False
staticprivate

Definition at line 16 of file entity.py.

◆ _attr_unique_id

homeassistant.components.voip.entity.VoIPEntity._attr_unique_id
private

Definition at line 21 of file entity.py.

◆ voip_device

homeassistant.components.voip.entity.VoIPEntity.voip_device

Definition at line 20 of file entity.py.


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