From 61c6c4d6d2c6819d3f9ee581c324fcad20a03097 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:25:32 +1100 Subject: [PATCH] Document the command_line.reload service (#15152) * Document the command_line.reload service * Update formatting Co-authored-by: Fabian Affolter --- source/_integrations/command_line.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/command_line.markdown b/source/_integrations/command_line.markdown index 01da8be49f4..411e584f2ea 100644 --- a/source/_integrations/command_line.markdown +++ b/source/_integrations/command_line.markdown @@ -136,3 +136,13 @@ binary_sensor: payload_on: 'active' payload_off: 'inactive' ``` + +## Services + +Available services: `reload`. + +#### Service `command_line.reload` + +Reload all `command_line` entities. + +This service takes no service data attributes.