mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
latitude: 32.87336
|
||||||
longitude: 117.22743
|
longitude: 117.22743
|
||||||
elevation: 430
|
elevation: 430
|
||||||
|
radius: 100
|
||||||
unit_system: metric
|
unit_system: metric
|
||||||
currency: USD
|
currency: USD
|
||||||
country: US
|
country: US
|
||||||
@ -78,6 +79,10 @@ elevation:
|
|||||||
description: Altitude above sea level in meters. Impacts sunrise data.
|
description: Altitude above sea level in meters. Impacts sunrise data.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
|
radius:
|
||||||
|
description: Radius in meters defining your locations area. Impacts location awareness.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
unit_system:
|
unit_system:
|
||||||
description: "`metric` for Metric, `us_customary` for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary"
|
description: "`metric` for Metric, `us_customary` for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary"
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user