Explorar el Código

Add Missing Basic Config Settings

Add elevation, unit_system, and customize/customize_glob
master
Nate Bohman hace 6 años
padre
commit
bf00563b1f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      home_assistant/files/configuration.yaml

+ 3
- 0
home_assistant/files/configuration.yaml Ver fichero

@@ -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) }}

Cargando…
Cancelar
Guardar