mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Zwave: Add forgotten service file (#6073)
* add print * Add 'print_node' service to zwave. * Add forgotten service file
This commit is contained in:
parent
1f72506f9b
commit
91c3a49a5b
@ -47,6 +47,12 @@ print_config_parameter:
|
||||
parameter:
|
||||
description: Parameter number to print (integer).
|
||||
|
||||
print_node:
|
||||
description: Print all information about z-wave node.
|
||||
fields:
|
||||
node_id:
|
||||
description: Node id of the device to print.
|
||||
|
||||
set_wakeup:
|
||||
description: Sets wake-up interval of a node.
|
||||
fields:
|
||||
|
Loading…
x
Reference in New Issue
Block a user