mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update Basic component configuration (#7275)
* Update Basic component configuration
* 🚑 Fix error
This commit is contained in:
parent
e99d0a1335
commit
004a19b380
@ -25,15 +25,45 @@ homeassistant:
|
|||||||
- /tmp
|
- /tmp
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
latitude:
|
||||||
- **latitude** (*Optional*): Latitude of your location required to calculate the time the sun rises and sets.
|
description: Latitude of your location required to calculate the time the sun rises and sets.
|
||||||
- **longitude** (*Optional*): Longitude of your location required to calculate the time the sun rises and sets.
|
required: false
|
||||||
- **elevation** (*Optional*): Altitude above sea level in meters. Impacts weather/sunrise data.
|
type: float
|
||||||
- **unit_system** (*Optional*): `metric` for Metric, `imperial` for Imperial.
|
longitude:
|
||||||
- **time_zone** (*Optional*): Pick yours from here: [http://en.wikipedia.org/wiki/List_of_tz_database_time_zones](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
description: Longitude of your location required to calculate the time the sun rises and sets.
|
||||||
- **name** (*Optional*): Name of the location where Home Assistant is running.
|
required: false
|
||||||
- **customize** (*Optional*): [Customize](/docs/configuration/customizing-devices/) entities.
|
type: float
|
||||||
- **customize_domain** (*Optional*): [Customize](/docs/configuration/customizing-devices/) all entities in a domain.
|
elevation:
|
||||||
- **customize_glob** (*Optional*): [Customize](/docs/configuration/customizing-devices/) entities matching a pattern.
|
description: Altitude above sea level in meters. Impacts weather/sunrise data.
|
||||||
- **whitelist_external_dirs** (*Optional*): List of folders that can be used as sources for sending files.
|
required: false
|
||||||
|
type: integer
|
||||||
|
unit_system:
|
||||||
|
description: "`metric` for Metric, `imperial` for Imperial."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
time_zone:
|
||||||
|
description: "Pick yours from here: [http://en.wikipedia.org/wiki/List_of_tz_database_time_zones](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones)"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Name of the location where Home Assistant is running.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
customize:
|
||||||
|
description: "[Customize](/docs/configuration/customizing-devices/) entities."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
customize_domain:
|
||||||
|
description: "[Customize](/docs/configuration/customizing-devices/) all entities in a domain."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
customize_glob:
|
||||||
|
description: "[Customize](/docs/configuration/customizing-devices/) entities matching a pattern."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
whitelist_external_dirs:
|
||||||
|
description: List of folders that can be used as sources for sending files.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user