diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 006507b376d..e468fdf2ff5 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -42,6 +42,7 @@ To get started with the general settings in YAML, follow these steps: latitude: 32.87336 longitude: 117.22743 elevation: 430 + radius: 100 unit_system: metric currency: USD country: US @@ -78,6 +79,10 @@ elevation: description: Altitude above sea level in meters. Impacts sunrise data. required: false type: integer +radius: + description: Radius in meters defining your locations area. Impacts location awareness. + required: false + type: integer unit_system: description: "`metric` for Metric, `us_customary` for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary" required: false