mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Rename Imperial to US Customary (#24612)
* Rename Imperial to US Customary * Update configuration.markdown * Update splitting_configuration.markdown
This commit is contained in:
parent
b43a1af613
commit
01b19c6889
@ -3,7 +3,7 @@ title: "Setup basic information"
|
|||||||
description: "Setting up the basic info of Home Assistant."
|
description: "Setting up the basic info of Home Assistant."
|
||||||
---
|
---
|
||||||
|
|
||||||
As part of the default onboarding process, Home Assistant can detect your location from IP address geolocation. Home Assistant will automatically select a temperature unit and time zone based on this location. You may adjust this during onboarding, or afterwards at {% my general title="Settings > System > General" %}.
|
As part of the default onboarding process, Home Assistant can detect your location from IP address geolocation. Home Assistant will automatically select a unit system and time zone based on this location. You may adjust this during onboarding, or afterwards at {% my general title="Settings > System > General" %}.
|
||||||
|
|
||||||
If you prefer YAML, you can add the following information to your `configuration.yaml`:
|
If you prefer YAML, you can add the following information to your `configuration.yaml`:
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ elevation:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
unit_system:
|
unit_system:
|
||||||
description: "`metric` for Metric, `imperial` for Imperial. This also sets temperature_unit, Celsius for Metric and Fahrenheit for Imperial"
|
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
|
||||||
type: string
|
type: string
|
||||||
temperature_unit:
|
temperature_unit:
|
||||||
|
@ -20,8 +20,8 @@ homeassistant:
|
|||||||
# Location required to calculate the time the sun rises and sets
|
# Location required to calculate the time the sun rises and sets
|
||||||
latitude: 37
|
latitude: 37
|
||||||
longitude: -121
|
longitude: -121
|
||||||
# 'metric' for Metric, 'imperial' for Imperial
|
# 'metric' for Metric, 'us_customary' for US Customary
|
||||||
unit_system: imperial
|
unit_system: us_customary
|
||||||
# Pick yours from here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# Pick yours from here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
time_zone: "America/Los_Angeles"
|
time_zone: "America/Los_Angeles"
|
||||||
customize: !include customize.yaml
|
customize: !include customize.yaml
|
||||||
|
@ -31,12 +31,12 @@ Now let's make a change using the file editor: we are going to change the name,
|
|||||||
name: Home
|
name: Home
|
||||||
latitude: xx.xxxx
|
latitude: xx.xxxx
|
||||||
longitude: xx.xxxx
|
longitude: xx.xxxx
|
||||||
unit_system: imperial
|
unit_system: us_customary
|
||||||
time_zone: America/Chicago
|
time_zone: America/Chicago
|
||||||
```
|
```
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
|
||||||
Valid options for `unit_system` are `imperial` or `metric`. See [here](https://timezonedb.com/time-zones) for a list of valid time zones. Enter the appropriate option found under the Time Zone column at that page.
|
Valid options for `unit_system` are `us_customary` or `metric`. See [here](https://timezonedb.com/time-zones) for a list of valid time zones. Enter the appropriate option found under the Time Zone column at that page.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user