Use default_config

This commit is contained in:
Thomas Lovén 2019-03-31 16:55:25 +02:00
parent 812721e997
commit feddc7268d
2 changed files with 1 additions and 7 deletions

View File

@ -10,21 +10,17 @@ homeassistant:
# Everything important is here # Everything important is here
packages: !include_dir_named packages packages: !include_dir_named packages
default_config:
discovery: discovery:
frontend: frontend:
themes: !include_dir_merge_named themes themes: !include_dir_merge_named themes
recorder: recorder:
db_url: mysql://hass:hass@db:3306/hass?charset=utf8 db_url: mysql://hass:hass@db:3306/hass?charset=utf8
history:
logbook:
config:
logger: logger:
default: info default: info
logs: logs:
homeassistant.components.http.view: warn homeassistant.components.http.view: warn
system_health:
http: http:
# mydomain.com:443 - proxied by nginx to port 8123 # mydomain.com:443 - proxied by nginx to port 8123
base_url: !secret base_url base_url: !secret base_url

View File

@ -20,5 +20,3 @@ sensor:
headers: headers:
Accept: application/json Accept: application/json
value_template: '{{ value_json.week | int }}' value_template: '{{ value_json.week | int }}'
sun: