mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
update services.yaml (#21276)
This commit is contained in:
parent
e2a57add2c
commit
e3d29ad26a
@ -29,9 +29,12 @@ set_zigbee_cluster_attribute:
|
|||||||
description: >-
|
description: >-
|
||||||
Set attribute value for the specified cluster on the specified entity.
|
Set attribute value for the specified cluster on the specified entity.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
ieee:
|
||||||
description: Entity id
|
description: IEEE address for the device
|
||||||
example: "binary_sensor.centralite_3130_00e8fb4e_1"
|
example: "00:0d:6f:00:05:7d:2d:34"
|
||||||
|
endpoint_id:
|
||||||
|
description: Endpoint id for the cluster
|
||||||
|
example: 1
|
||||||
cluster_id:
|
cluster_id:
|
||||||
description: ZCL cluster to retrieve attributes for
|
description: ZCL cluster to retrieve attributes for
|
||||||
example: 6
|
example: 6
|
||||||
@ -52,9 +55,12 @@ issue_zigbee_cluster_command:
|
|||||||
description: >-
|
description: >-
|
||||||
Issue command on the specified cluster on the specified entity.
|
Issue command on the specified cluster on the specified entity.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
ieee:
|
||||||
description: Entity id
|
description: IEEE address for the device
|
||||||
example: "binary_sensor.centralite_3130_00e8fb4e_1"
|
example: "00:0d:6f:00:05:7d:2d:34"
|
||||||
|
endpoint_id:
|
||||||
|
description: Endpoint id for the cluster
|
||||||
|
example: 1
|
||||||
cluster_id:
|
cluster_id:
|
||||||
description: ZCL cluster to retrieve attributes for
|
description: ZCL cluster to retrieve attributes for
|
||||||
example: 6
|
example: 6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user