Document radius attribute for default zone (#35959)

This commit is contained in:
Eli Sand 2024-11-26 03:32:04 -05:00 committed by GitHub
parent 1316ebb866
commit da285ce4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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