From 992613aa97f4f2bbb2280b57c59ca5619744e000 Mon Sep 17 00:00:00 2001 From: DataBitz <5953303+DataBitz@users.noreply.github.com> Date: Mon, 17 Jan 2022 03:29:54 +1300 Subject: [PATCH] Clarify units to be used when setting radius (#21210) --- source/_integrations/gdacs.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/gdacs.markdown b/source/_integrations/gdacs.markdown index 2e782feb516..1f76797fef7 100644 --- a/source/_integrations/gdacs.markdown +++ b/source/_integrations/gdacs.markdown @@ -21,12 +21,12 @@ about major droughts, earthquakes, floods, tropical cyclones, tsunamis and volcanic activities worldwide. It retrieves alerts from a feed and shows information of those alerts filtered by distance to Home Assistant's location. +The filter is set in the configuration as categories, radius (kilometers or miles based on unit system set in Home Assistant), latitude and longatude. Entities are generated, updated and removed automatically with each update from the feed. Each entity defines latitude and longitude and will be shown on the default map automatically, or on a map card by defining the source -`gdacs`. The distance is available as the state of each entity, and -converted to the unit (kilometers or miles) configured in Home Assistant. +`gdacs`. The distance is available as the state of each entity converted to the configured unit system (kilometers or miles).