From e3d29ad26a71f11d21713cd8de10a90bae674ea3 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Thu, 21 Feb 2019 14:39:55 -0500 Subject: [PATCH] update services.yaml (#21276) --- homeassistant/components/zha/services.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/zha/services.yaml b/homeassistant/components/zha/services.yaml index c328d69a6c3..0d7fe06fe25 100644 --- a/homeassistant/components/zha/services.yaml +++ b/homeassistant/components/zha/services.yaml @@ -29,9 +29,12 @@ set_zigbee_cluster_attribute: description: >- Set attribute value for the specified cluster on the specified entity. fields: - entity_id: - description: Entity id - example: "binary_sensor.centralite_3130_00e8fb4e_1" + ieee: + description: IEEE address for the device + example: "00:0d:6f:00:05:7d:2d:34" + endpoint_id: + description: Endpoint id for the cluster + example: 1 cluster_id: description: ZCL cluster to retrieve attributes for example: 6 @@ -52,9 +55,12 @@ issue_zigbee_cluster_command: description: >- Issue command on the specified cluster on the specified entity. fields: - entity_id: - description: Entity id - example: "binary_sensor.centralite_3130_00e8fb4e_1" + ieee: + description: IEEE address for the device + example: "00:0d:6f:00:05:7d:2d:34" + endpoint_id: + description: Endpoint id for the cluster + example: 1 cluster_id: description: ZCL cluster to retrieve attributes for example: 6