mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Document radius attribute for default zone (#35959)
This commit is contained in:
parent
1316ebb866
commit
da285ce4f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user