mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
16 lines
394 B
YAML
16 lines
394 B
YAML
# Describes the format for available zha services
|
|
|
|
permit:
|
|
description: Allow nodes to join the ZigBee network.
|
|
fields:
|
|
duration:
|
|
description: Time to permit joins, in seconds
|
|
example: 60
|
|
|
|
remove:
|
|
description: Remove a node from the ZigBee network.
|
|
fields:
|
|
ieee_address:
|
|
description: IEEE address of the node to remove
|
|
example: "00:0d:6f:00:05:7d:2d:34"
|