Skip to content

Commit

Permalink
Fix #197
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Aug 22, 2023
1 parent 9ee4f94 commit 83b2809
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/zha_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@
vol.Required(ATTR_IEEE): vol.Any(
cv.entity_id_or_uuid, t.EUI64.convert
),
vol.Required(ATTR_COMMAND_DATA): vol.Any(
cv.entity_id_or_uuid, t.EUI64.convert
),
},
extra=vol.ALLOW_EXTRA,
),
Expand Down
10 changes: 10 additions & 0 deletions custom_components/zha_toolkit/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,16 @@ leave:
selector:
entity:
integration: zha
command_data:
name: Node to send the Rejoin
description: >-
(Parent) Node (router) that removes the device
of the node)
example: 00:0d:6f:00:05:7d:2d:34
required: true
selector:
entity:
integration: zha
tries:
name: Tries
description: Number of times the zigbee packet should be attempted
Expand Down

0 comments on commit 83b2809

Please sign in to comment.