homeassistant-config/config_creation/manual_config.yaml

75 lines
1.3 KiB
YAML

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Discover some devices automatically
#discovery:
homeassistant:
name: MyHome
latitude: 49.369477
longitude: 10.9831468
customize_glob:
cover.*:
half_position: 25
dimmer:
#logger:
# default: info
# logs:
# xknx.telegram: debug
# xknx.knx: debug
# Sensors
#sensor:
# Weather prediction
# - platform: yr
# Text to speech
#tts:
## - platform: google_translate
# language: 'de'
# base_url: http://192.168.178.73:8123
tts:
- platform: watson_tts
watson_apikey: X_tnnoaZGOwxZlqUn07wkD2G-0vaaAuOw6I6d_6jpCf7
watson_url: https://gateway-lon.watsonplatform.net/text-to-speech/api
voice: de-DE_BirgitVoice
output_format: audio/flac;rate=44100
knx:
rate_limit: 20
tunneling:
host: server # knxd to work together with old home automation server
#host: 192.168.178.65 # network bridge
port: 3671
local_ip: 192.168.178.73
fhem:
host: server
port: 7072
cul_device_name: CUL_HM
media_player:
- platform: squeezebox
host: server
- platform: denonavr
host: avreceiver
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml