Use default_config
This commit is contained in:
parent
812721e997
commit
feddc7268d
@ -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
|
||||||
|
@ -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:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user