Reestructuración Core

Movimiento de ficheros de core
This commit is contained in:
dfcarvajal
2019-06-22 15:56:09 +00:00
parent 249e9379c0
commit ccc340c735
13 changed files with 10 additions and 5 deletions

2
packages/core/cloud.yaml Normal file
View File

@@ -0,0 +1,2 @@
#cloud:

View File

@@ -0,0 +1,2 @@
# Enables configuration UI
config:

View File

@@ -0,0 +1,2 @@
# Allows you to issue voice commands from the frontend in enabled browsers
#conversation:

View File

@@ -0,0 +1,5 @@
# Discover some devices automatically
discovery:
ignore:
- yeelight

View File

@@ -0,0 +1,2 @@
# Enables the frontend
frontend:

View File

@@ -0,0 +1,3 @@
# Enables support for tracking state changes over time
history:

3
packages/core/http.yaml Normal file
View File

@@ -0,0 +1,3 @@
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: https://alacenaha.duckdns.org:444

View File

@@ -0,0 +1,2 @@
# Show links to resources in log and frontend
#introduction:

View File

@@ -0,0 +1,6 @@
# View all events in a logbook
logbook:
include:
domains:
- automation
- ligth

View File

@@ -0,0 +1,4 @@
logger:
default: warning
logs:
homeassistant.components.zwave: error

View File

@@ -0,0 +1,4 @@
recorder:
purge_keep_days: 10
purge_interval: 1
db_url: !secret db_url