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

Public Member Functions

None __init__ (self, NanoleafCoordinator 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)
 

Private Attributes

 _attr_device_info
 
 _nanoleaf
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

Representation of a Nanoleaf entity.

Definition at line 10 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.nanoleaf.entity.NanoleafEntity.__init__ (   self,
NanoleafCoordinator  coordinator 
)
Initialize a Nanoleaf entity.

Reimplemented in homeassistant.components.nanoleaf.event.NanoleafGestureEvent.

Definition at line 15 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.nanoleaf.entity.NanoleafEntity._attr_device_info
private

Definition at line 19 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.nanoleaf.entity.NanoleafEntity._attr_has_entity_name = True
staticprivate

Definition at line 13 of file entity.py.

◆ _nanoleaf

homeassistant.components.nanoleaf.entity.NanoleafEntity._nanoleaf
private

Definition at line 18 of file entity.py.


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