Representation of a deCONZ group.
Definition at line 361 of file light.py.
◆ __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.
◆ 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.
◆ _attr_has_entity_name
| bool homeassistant.components.deconz.light.DeconzGroup._attr_has_entity_name = True |
|
staticprivate |
◆ _attr_name
| homeassistant.components.deconz.light.DeconzGroup._attr_name |
|
private |
◆ _unique_id
| homeassistant.components.deconz.light.DeconzGroup._unique_id |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/deconz/light.py