Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.deconz.light.DeconzGroup Class Reference
Inheritance diagram for homeassistant.components.deconz.light.DeconzGroup:
[legend]
Collaboration diagram for homeassistant.components.deconz.light.DeconzGroup:
[legend]

Public Member Functions

None __init__ (self, Group device, DeconzHub hub)
 
DeviceInfo device_info (self)
 
dict[str, bool] extra_state_attributes (self)
 
str unique_id (self)
 

Private Attributes

 _attr_name
 
 _unique_id
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

Representation of a deCONZ group.

Definition at line 361 of file light.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.deconz.light.DeconzGroup.__init__ (   self,
Group  device,
DeconzHub  hub 
)
Set up group and create an unique id.

Definition at line 366 of file light.py.

Member Function Documentation

◆ device_info()

DeviceInfo homeassistant.components.deconz.light.DeconzGroup.device_info (   self)
Return a device description for device registry.

Definition at line 379 of file light.py.

◆ extra_state_attributes()

dict[str, bool] homeassistant.components.deconz.light.DeconzGroup.extra_state_attributes (   self)
Return the device state attributes.

Definition at line 390 of file light.py.

◆ unique_id()

str homeassistant.components.deconz.light.DeconzGroup.unique_id (   self)
Return a unique identifier for this device.

Definition at line 374 of file light.py.

Member Data Documentation

◆ _attr_has_entity_name

bool homeassistant.components.deconz.light.DeconzGroup._attr_has_entity_name = True
staticprivate

Definition at line 364 of file light.py.

◆ _attr_name

homeassistant.components.deconz.light.DeconzGroup._attr_name
private

Definition at line 371 of file light.py.

◆ _unique_id

homeassistant.components.deconz.light.DeconzGroup._unique_id
private

Definition at line 368 of file light.py.


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