Representation of a deCONZ scene.
Definition at line 144 of file entity.py.
◆ __init__()
| None homeassistant.components.deconz.entity.DeconzSceneMixin.__init__ |
( |
|
self, |
|
|
PydeconzScene |
device, |
|
|
DeconzHub |
hub |
|
) |
| |
◆ device_info()
| DeviceInfo homeassistant.components.deconz.entity.DeconzSceneMixin.device_info |
( |
|
self | ) |
|
Return a device description for device registry.
Definition at line 176 of file entity.py.
◆ get_device_identifier()
| str homeassistant.components.deconz.entity.DeconzSceneMixin.get_device_identifier |
( |
|
self | ) |
|
◆ get_parent_identifier()
| str homeassistant.components.deconz.entity.DeconzSceneMixin.get_parent_identifier |
( |
|
self | ) |
|
Describe a unique identifier for group this scene belongs to.
Definition at line 166 of file entity.py.
◆ unique_id()
| str homeassistant.components.deconz.entity.DeconzSceneMixin.unique_id |
( |
|
self | ) |
|
Return a unique identifier for this scene.
Definition at line 171 of file entity.py.
◆ _attr_has_entity_name
| bool homeassistant.components.deconz.entity.DeconzSceneMixin._attr_has_entity_name = True |
|
staticprivate |
◆ _attr_name
| homeassistant.components.deconz.entity.DeconzSceneMixin._attr_name |
|
private |
◆ _group_identifier
| homeassistant.components.deconz.entity.DeconzSceneMixin._group_identifier |
|
private |
◆ group
| homeassistant.components.deconz.entity.DeconzSceneMixin.group |
The documentation for this class was generated from the following file:
- core/homeassistant/components/deconz/entity.py