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

Public Member Functions

None __init__ (self, BraviaTVCoordinator coordinator, str unique_id, str model)
 
- Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity
None __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None)
 
None async_update (self)
 
bool available (self)
 

Private Attributes

 _attr_device_info
 
 _attr_unique_id
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

BraviaTV entity class.

Definition at line 10 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.braviatv.entity.BraviaTVEntity.__init__ (   self,
BraviaTVCoordinator  coordinator,
str  unique_id,
str  model 
)
Initialize the entity.

Definition at line 15 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.braviatv.entity.BraviaTVEntity._attr_device_info
private

Definition at line 25 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.braviatv.entity.BraviaTVEntity._attr_has_entity_name = True
staticprivate

Definition at line 13 of file entity.py.

◆ _attr_unique_id

homeassistant.components.braviatv.entity.BraviaTVEntity._attr_unique_id
private

Definition at line 24 of file entity.py.


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