Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nuki.entity Namespace Reference

Classes

class  NukiEntity
 

Functions

None __init__ (self, NukiCoordinator coordinator, _NukiDeviceT nuki_device)
 
DeviceInfo device_info (self)
 

Variables

 _nuki_device
 

Detailed Description

The nuki component.

Function Documentation

◆ __init__()

None homeassistant.components.nuki.entity.__init__ (   self,
NukiCoordinator  coordinator,
_NukiDeviceT  nuki_device 
)
An entity using CoordinatorEntity.

The CoordinatorEntity class provides:
  should_poll
  async_update
  async_added_to_hass
  available
Pass coordinator to CoordinatorEntity.

Definition at line 26 of file entity.py.

◆ device_info()

DeviceInfo homeassistant.components.nuki.entity.device_info (   self)
Device info for Nuki entities.

Definition at line 32 of file entity.py.

Variable Documentation

◆ _nuki_device

homeassistant.components.nuki.entity._nuki_device
private

Definition at line 29 of file entity.py.