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

Public Member Functions

None __init__ (self, Charger device, str key, DataUpdateCoordinator coordinator)
 
- 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

 device
 
 key
 

Private Attributes

 _attr_device_info
 
 _attr_unique_id
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

Represent a base JuiceNet device.

Definition at line 14 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.juicenet.entity.JuiceNetDevice.__init__ (   self,
Charger  device,
str  key,
DataUpdateCoordinator   coordinator 
)
Initialise the sensor.

Definition at line 19 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.juicenet.entity.JuiceNetDevice._attr_device_info
private

Definition at line 27 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.juicenet.entity.JuiceNetDevice._attr_has_entity_name = True
staticprivate

Definition at line 17 of file entity.py.

◆ _attr_unique_id

homeassistant.components.juicenet.entity.JuiceNetDevice._attr_unique_id
private

Definition at line 26 of file entity.py.

◆ device

homeassistant.components.juicenet.entity.JuiceNetDevice.device

Definition at line 24 of file entity.py.

◆ key

homeassistant.components.juicenet.entity.JuiceNetDevice.key

Definition at line 25 of file entity.py.


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