Minor Edit
This commit is contained in:
parent
02c26811ad
commit
f69a909430
|
@ -5,6 +5,8 @@ homeassistant:
|
||||||
elevation: !secret homeassistant_elevation
|
elevation: !secret homeassistant_elevation
|
||||||
unit_system: imperial
|
unit_system: imperial
|
||||||
time_zone: America/New_York
|
time_zone: America/New_York
|
||||||
|
external_url: !secret external_url
|
||||||
|
internal_url: !secret internal_url
|
||||||
customize: !include_dir_merge_named customize
|
customize: !include_dir_merge_named customize
|
||||||
customize_domain:
|
customize_domain:
|
||||||
automation:
|
automation:
|
||||||
|
@ -84,7 +86,7 @@ cloud:
|
||||||
# display_categories: SWITCH
|
# display_categories: SWITCH
|
||||||
|
|
||||||
http:
|
http:
|
||||||
base_url: !secret http_base_url
|
# base_url: !secret http_base_url
|
||||||
server_port: !secret http_port
|
server_port: !secret http_port
|
||||||
ssl_certificate: !secret ssl_certificate
|
ssl_certificate: !secret ssl_certificate
|
||||||
ssl_key: !secret ssl_key
|
ssl_key: !secret ssl_key
|
||||||
|
|
Loading…
Reference in New Issue