浏览代码

Add Missing Basic Config Settings

Add elevation, unit_system, and customize/customize_glob
master
Nate Bohman 6 年前
父节点
当前提交
bf00563b1f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      home_assistant/files/configuration.yaml

+ 3
- 0
home_assistant/files/configuration.yaml 查看文件

@@ -4,8 +4,11 @@ homeassistant:
name: {{ server.name }}
latitude: {{ server.latitude }}
longitude: {{ server.longitude }}
elevation: {{ server.elevation }}
temperature_unit: {{ server.temperature_unit }}
time_zone: {{ system.timezone }}
customize: !include customize.yaml
customize_glob: !include customize_glob.yaml
http:
api_password: {{ server.api_password }}
{{ server.plugin|yaml(False) }}

正在加载...
取消
保存