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

Public Member Functions

None __init__ (self, LektricoDeviceDataUpdateCoordinator coordinator, str device_name)
 
- 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
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

Define an Lektrico entity.

Definition at line 12 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.lektrico.entity.LektricoEntity.__init__ (   self,
LektricoDeviceDataUpdateCoordinator  coordinator,
str  device_name 
)
Initialize.

Definition at line 17 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.lektrico.entity.LektricoEntity._attr_device_info
private

Definition at line 25 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.lektrico.entity.LektricoEntity._attr_has_entity_name = True
staticprivate

Definition at line 15 of file entity.py.


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