2018-01-01 16:08:13 +00:00
|
|
|
configure:
|
2019-10-02 16:34:07 +00:00
|
|
|
description: Set attribute of device in deCONZ. See https://home-assistant.io/integrations/deconz/#device-services for details.
|
2018-01-01 16:08:13 +00:00
|
|
|
fields:
|
2018-02-14 00:23:04 +00:00
|
|
|
entity:
|
|
|
|
description: Entity id representing a specific device in deCONZ.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "light.rgb_light"
|
2018-10-26 07:15:26 +00:00
|
|
|
field:
|
|
|
|
description: >-
|
|
|
|
Field is a string representing a full path to deCONZ endpoint (when
|
|
|
|
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:
|
|
|
|
description: Data is a json object with what data you want to alter.
|
|
|
|
example: '{"on": true}'
|
2019-04-05 00:48:24 +00:00
|
|
|
bridgeid:
|
|
|
|
description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "00212EFFFF012345"
|
2018-09-04 07:24:42 +00:00
|
|
|
|
|
|
|
device_refresh:
|
2019-04-05 00:48:24 +00:00
|
|
|
description: Refresh device lists from deCONZ.
|
2019-04-18 20:40:46 +00:00
|
|
|
fields:
|
|
|
|
bridgeid:
|
|
|
|
description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "00212EFFFF012345"
|
2020-09-30 18:11:41 +00:00
|
|
|
|
|
|
|
remove_orphaned_entries:
|
|
|
|
description: Clean up device and entity registry entries orphaned by deCONZ.
|
|
|
|
fields:
|
|
|
|
bridgeid:
|
|
|
|
description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name.
|
|
|
|
example: "00212EFFFF012345"
|