From 79c745c5a18bd76c8748bee7c1fdefabc390907b Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 18 Oct 2022 07:30:53 +0200 Subject: [PATCH 1/3] Rename Imperial to US Customary --- source/_docs/configuration/basic.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 495d4a0f2754..0b2fef45192b 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -3,7 +3,7 @@ title: "Setup basic information" 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`: @@ -53,7 +53,7 @@ elevation: required: false type: integer 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 type: string temperature_unit: From 4a58da85f7439c9a95cceb4062b94d04c0e1ce3f Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 18 Oct 2022 07:33:38 +0200 Subject: [PATCH 2/3] Update configuration.markdown --- source/getting-started/configuration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 3043e234b6b4..857bf2724173 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -31,12 +31,12 @@ Now let's make a change using the file editor: we are going to change the name, name: Home latitude: xx.xxxx longitude: xx.xxxx - unit_system: imperial + unit_system: us_customary time_zone: America/Chicago ```
- 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.
From 6008780e8f4ed46ae9de8ef70d4d1bc88014f714 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 18 Oct 2022 07:34:54 +0200 Subject: [PATCH 3/3] Update splitting_configuration.markdown --- source/_docs/configuration/splitting_configuration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration/splitting_configuration.markdown b/source/_docs/configuration/splitting_configuration.markdown index 234cc07369e6..400ee579658d 100644 --- a/source/_docs/configuration/splitting_configuration.markdown +++ b/source/_docs/configuration/splitting_configuration.markdown @@ -20,8 +20,8 @@ homeassistant: # Location required to calculate the time the sun rises and sets latitude: 37 longitude: -121 - # 'metric' for Metric, 'imperial' for Imperial - unit_system: imperial + # 'metric' for Metric, 'us_customary' for US Customary + unit_system: us_customary # Pick yours from here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones time_zone: "America/Los_Angeles" customize: !include customize.yaml