2018-01-01 16:08:13 +00:00
|
|
|
configure:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Configure
|
|
|
|
description: >-
|
|
|
|
Configure attributes of either a device endpoint in deCONZ
|
|
|
|
or the deCONZ service itself.
|
2018-01-01 16:08:13 +00:00
|
|
|
fields:
|
2018-02-14 00:23:04 +00:00
|
|
|
entity:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Entity
|
|
|
|
description: Represents a specific device endpoint in deCONZ.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "light.rgb_light"
|
2021-03-31 18:14:26 +00:00
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: deconz
|
2018-10-26 07:15:26 +00:00
|
|
|
field:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Path
|
|
|
|
selector:
|
|
|
|
text:
|
2018-10-26 07:15:26 +00:00
|
|
|
description: >-
|
2021-03-31 18:14:26 +00:00
|
|
|
String representing a full path to deCONZ endpoint (when
|
2018-10-26 07:15:26 +00:00
|
|
|
entity is not specified) or a subpath of the device path for the
|
|
|
|
entity (when entity is specified).
|
|
|
|
example: '"/lights/1/state" or "/state"'
|
2018-01-01 16:08:13 +00:00
|
|
|
data:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Configuration payload
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
object:
|
|
|
|
description: JSON object with what data you want to alter.
|
2018-01-01 16:08:13 +00:00
|
|
|
example: '{"on": true}'
|
2019-04-05 00:48:24 +00:00
|
|
|
bridgeid:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Bridge identifier
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
description: >-
|
|
|
|
Unique string for each deCONZ hardware.
|
|
|
|
It can be found as part of the integration name.
|
|
|
|
Useful if you run multiple deCONZ integrations.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "00212EFFFF012345"
|
2018-09-04 07:24:42 +00:00
|
|
|
|
|
|
|
device_refresh:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Device refresh
|
|
|
|
description: Refresh available devices from deCONZ.
|
2019-04-18 20:40:46 +00:00
|
|
|
fields:
|
|
|
|
bridgeid:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Bridge identifier
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
description: >-
|
|
|
|
Unique string for each deCONZ hardware.
|
|
|
|
It can be found as part of the integration name.
|
|
|
|
Useful if you run multiple deCONZ integrations.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "00212EFFFF012345"
|
2020-09-30 18:11:41 +00:00
|
|
|
|
|
|
|
remove_orphaned_entries:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Remove orphaned entries
|
2020-09-30 18:11:41 +00:00
|
|
|
description: Clean up device and entity registry entries orphaned by deCONZ.
|
|
|
|
fields:
|
|
|
|
bridgeid:
|
2021-03-31 18:14:26 +00:00
|
|
|
name: Bridge identifier
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
description: >-
|
|
|
|
Unique string for each deCONZ hardware.
|
|
|
|
It can be found as part of the integration name.
|
|
|
|
Useful if you run multiple deCONZ integrations.
|
2020-09-30 18:11:41 +00:00
|
|
|
example: "00212EFFFF012345"
|