Update readme
This commit is contained in:
@@ -23,6 +23,8 @@ lovelace:
|
||||
|
||||
frontend:
|
||||
themes:
|
||||
red:
|
||||
primary-color: red
|
||||
test:
|
||||
card-mod-theme: test
|
||||
card-mod-more-info-yaml: |
|
||||
@@ -33,8 +35,7 @@ frontend:
|
||||
|
||||
tts:
|
||||
- platform: google_translate
|
||||
base_url: http://localhost:5001
|
||||
|
||||
base_url: !env_var OUT_ADDR
|
||||
|
||||
script:
|
||||
cm_debug:
|
||||
|
||||
@@ -52,6 +52,8 @@ services:
|
||||
volumes: *x-files
|
||||
ports:
|
||||
- "5001:8123"
|
||||
environment:
|
||||
OUT_ADDR: "http://${DOCKER_GATEWAY_HOST:-localhost}:5001"
|
||||
command: *x-command
|
||||
|
||||
dev:
|
||||
|
||||
Reference in New Issue
Block a user