From bf2909228fa149745c01edf355981d1164ddbd5a Mon Sep 17 00:00:00 2001 From: Phil Hollenback Date: Sun, 31 Jan 2021 01:53:02 -0800 Subject: [PATCH] Fix a typo (#16364) --- source/_cookbook/foscam_away_mode_PTZ.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/foscam_away_mode_PTZ.markdown b/source/_cookbook/foscam_away_mode_PTZ.markdown index 400e08573c6..22b3a324bdd 100644 --- a/source/_cookbook/foscam_away_mode_PTZ.markdown +++ b/source/_cookbook/foscam_away_mode_PTZ.markdown @@ -25,7 +25,7 @@ switch: value_template: '{% raw %}{{ value == "1" }}{% endraw %}' ``` -The service `shell_command.foscam_turn_off` sets the camera to point down and away to indicate it is not recording, and `shell_command.foscam_turn_on` sets the camera to point where I'd like to record. h of these services require preset points to be added to your camera. See source above for additional information. +The service `shell_command.foscam_turn_off` sets the camera to point down and away to indicate it is not recording, and `shell_command.foscam_turn_on` sets the camera to point where I'd like to record. Each of these services require preset points to be added to your camera. See source above for additional information. ```yaml shell_command: