Details in homeassistant and tts
This commit is contained in:
+13
-1
@@ -5,14 +5,26 @@ default_config:
|
|||||||
# Text to speech
|
# Text to speech
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
language: 'da'
|
||||||
|
base_url: !secret tts_base_url
|
||||||
|
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
name: "AnneClaus"
|
name: !secret name
|
||||||
external_url: "https://anneclaus.duckdns.org:8123"
|
external_url: "https://anneclaus.duckdns.org:8123"
|
||||||
internal_url: "http://dethlefsen:8123"
|
internal_url: "http://dethlefsen:8123"
|
||||||
auth_providers:
|
auth_providers:
|
||||||
- type: homeassistant
|
- type: homeassistant
|
||||||
customize: !include_dir_merge_named customize
|
customize: !include_dir_merge_named customize
|
||||||
|
latitude: !secret homeassistant_latitude
|
||||||
|
longitude: !secret homeassistant_longitude
|
||||||
|
elevation: !secret homeassistant_elevation
|
||||||
|
unit_system: metric
|
||||||
|
time_zone: Europe/Copenhagen
|
||||||
|
# media_dirs:
|
||||||
|
# music: /Volumes/music
|
||||||
|
# video: /Volumes/video
|
||||||
|
# photo: /Volumes/photo
|
||||||
|
|
||||||
|
|
||||||
## ########################################
|
## ########################################
|
||||||
|
|||||||
Reference in New Issue
Block a user