From 51ba47c6a6d6b9aba128a0e8720c7cb8727c682a Mon Sep 17 00:00:00 2001 From: Peter Kay <59865048+dougle03@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:00:46 +0000 Subject: [PATCH] Update gps.rst (#2704) Multiple typos corrected --- components/gps.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/gps.rst b/components/gps.rst index b674cf1ff..a391a2c46 100644 --- a/components/gps.rst +++ b/components/gps.rst @@ -58,31 +58,31 @@ Configuration variables: - **longitude** (*Optional*): Include the Longitude as a sensor - - **name** (**Required**, string): The name to give the latitude sensor + - **name** (**Required**, string): The name to give the longitude sensor - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. - **speed** (*Optional*): Include the measured speed as a sensor - - **name** (**Required**, string): The name to give the latitude sensor + - **name** (**Required**, string): The name to give the speed sensor - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. - **course** (*Optional*): Include the measured course as a sensor - - **name** (**Required**, string): The name to give the latitude sensor + - **name** (**Required**, string): The name to give the course sensor - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. - **altitude** (*Optional*): Include the measured altitude as a sensor - - **name** (**Required**, string): The name to give the latitude sensor + - **name** (**Required**, string): The name to give the altitude sensor - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. - **satellites** (*Optional*): Include the number of tracking satellites being used as a sensor - - **name** (**Required**, string): The name to give the latitude sensor + - **name** (**Required**, string): The name to give the tracking satellites sensor - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `.