From d72c7bf67144b6c5d84e7b8d670ecd0774c9333e Mon Sep 17 00:00:00 2001 From: Max R Date: Fri, 6 Jan 2023 04:20:31 -0500 Subject: [PATCH] Update CityBikes documentation (#25587) --- source/_integrations/citybikes.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/citybikes.markdown b/source/_integrations/citybikes.markdown index f22993c6098..f786a5864a6 100644 --- a/source/_integrations/citybikes.markdown +++ b/source/_integrations/citybikes.markdown @@ -21,6 +21,7 @@ To enable it, add the following lines to your `configuration.yaml`: # Example configuration.yaml entry (using radius) sensor: - platform: citybikes + radius: 200 ``` {% configuration %} @@ -44,11 +45,11 @@ longitude: default: Defaults to the longitude in your `configuration.yaml` file. type: string radius: - description: The radius (in meters or feet, depending on the Home Assistant configuration) around the monitored location. Only stations closer than this distance will be monitored. + description: The radius (in meters or feet, depending on the Home Assistant configuration) around the monitored location. Only stations closer than this distance will be monitored. Either `radius` or `stations` are required. required: false type: integer stations: - description: A list of specific stations to monitor. The list should contain station `ID`s or `UID`s, which can be obtained from the CityBikes API. + description: A list of specific stations to monitor. The list should contain station `ID`s or `UID`s, which can be obtained from the CityBikes API. Either `radius` or `stations` are required. required: false type: list {% endconfiguration %}