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

Public Member Functions

None async_activate (self, **Any kwargs)
 
- Public Member Functions inherited from homeassistant.components.deconz.entity.DeconzSceneMixin
None __init__ (self, PydeconzScene device, DeconzHub hub)
 
DeviceInfo device_info (self)
 
str get_device_identifier (self)
 
str get_parent_identifier (self)
 
str unique_id (self)
 

Static Public Attributes

 TYPE = SCENE_DOMAIN
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.deconz.entity.DeconzSceneMixin
 group
 

Detailed Description

Representation of a deCONZ scene.

Definition at line 39 of file scene.py.

Member Function Documentation

◆ async_activate()

None homeassistant.components.deconz.scene.DeconzScene.async_activate (   self,
**Any  kwargs 
)
Activate the scene.

Definition at line 44 of file scene.py.

Member Data Documentation

◆ TYPE

homeassistant.components.deconz.scene.DeconzScene.TYPE = SCENE_DOMAIN
static

Definition at line 42 of file scene.py.


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