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

Public Member Functions

None __init__ (self, IntellifireDataUpdateCoordinator coordinator, EntityDescription description)
 
- 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)
 

Public Attributes

 entity_description
 
 identifiers
 

Private Attributes

 _attr_device_info
 
 _attr_unique_id
 

Static Private Attributes

string _attr_attribution = "Data provided by unpublished Intellifire API"
 
bool _attr_has_entity_name = True
 

Detailed Description

Define a generic class for IntelliFire entities.

Definition at line 11 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.intellifire.entity.IntellifireEntity.__init__ (   self,
IntellifireDataUpdateCoordinator  coordinator,
EntityDescription  description 
)
Class initializer.

Definition at line 17 of file entity.py.

Member Data Documentation

◆ _attr_attribution

string homeassistant.components.intellifire.entity.IntellifireEntity._attr_attribution = "Data provided by unpublished Intellifire API"
staticprivate

Definition at line 14 of file entity.py.

◆ _attr_device_info

homeassistant.components.intellifire.entity.IntellifireEntity._attr_device_info
private

Definition at line 29 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.intellifire.entity.IntellifireEntity._attr_has_entity_name = True
staticprivate

Definition at line 15 of file entity.py.

◆ _attr_unique_id

homeassistant.components.intellifire.entity.IntellifireEntity._attr_unique_id
private

Definition at line 25 of file entity.py.

◆ entity_description

homeassistant.components.intellifire.entity.IntellifireEntity.entity_description

Definition at line 24 of file entity.py.

◆ identifiers

homeassistant.components.intellifire.entity.IntellifireEntity.identifiers

Definition at line 26 of file entity.py.


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