Reestructuración Core
Movimiento de ficheros de core
This commit is contained in:
2
packages/core/cloud.yaml
Normal file
2
packages/core/cloud.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
#cloud:
|
||||
|
||||
2
packages/core/config.yaml
Normal file
2
packages/core/config.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Enables configuration UI
|
||||
config:
|
||||
2
packages/core/conversation.yaml
Normal file
2
packages/core/conversation.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Allows you to issue voice commands from the frontend in enabled browsers
|
||||
#conversation:
|
||||
5
packages/core/discover.yaml
Normal file
5
packages/core/discover.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Discover some devices automatically
|
||||
discovery:
|
||||
ignore:
|
||||
- yeelight
|
||||
|
||||
2
packages/core/frontend.yaml
Normal file
2
packages/core/frontend.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Enables the frontend
|
||||
frontend:
|
||||
3
packages/core/history.yaml
Normal file
3
packages/core/history.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
# Enables support for tracking state changes over time
|
||||
history:
|
||||
|
||||
3
packages/core/http.yaml
Normal file
3
packages/core/http.yaml
Normal 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
|
||||
2
packages/core/introduction.yaml
Normal file
2
packages/core/introduction.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Show links to resources in log and frontend
|
||||
#introduction:
|
||||
6
packages/core/logbook.yaml
Normal file
6
packages/core/logbook.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
# View all events in a logbook
|
||||
logbook:
|
||||
include:
|
||||
domains:
|
||||
- automation
|
||||
- ligth
|
||||
4
packages/core/logger.yaml
Normal file
4
packages/core/logger.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
logger:
|
||||
default: warning
|
||||
logs:
|
||||
homeassistant.components.zwave: error
|
||||
4
packages/core/recorder.yaml
Normal file
4
packages/core/recorder.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
recorder:
|
||||
purge_keep_days: 10
|
||||
purge_interval: 1
|
||||
db_url: !secret db_url
|
||||
Reference in New Issue
Block a user