homeassistant-config/config_creation/manual_config.yaml

74 lines
1.3 KiB
YAML
Raw Normal View History

2019-06-02 14:34:08 +02:00
# 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
2019-06-11 19:28:39 +02:00
customize_glob:
cover.*:
half_position: 25
2019-06-19 16:12:22 +02:00
dimmer:
#logger:
# default: info
# logs:
# xknx.telegram: debug
# xknx.knx: debug
2019-06-11 19:28:39 +02:00
2019-06-02 14:34:08 +02:00
# Sensors
#sensor:
# Weather prediction
# - platform: yr
tts:
2019-06-19 16:12:22 +02:00
- 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
output_audio_rate: 44100
2019-06-02 14:34:08 +02:00
knx:
rate_limit: 20
tunneling:
2019-06-19 16:12:22 +02:00
host: server # knxd to work together with old home automation server
2019-06-02 14:34:08 +02:00
#host: 192.168.178.65 # network bridge
port: 3671
2019-06-19 16:12:22 +02:00
local_ip: 192.168.178.73
2019-06-02 14:34:08 +02:00
fhem:
2019-06-19 16:12:22 +02:00
host: server
2019-06-02 14:34:08 +02:00
port: 7072
cul_device_name: CUL_HM
lirc_network:
- host: kitchenpi
port: 2222
- host: bedroompi
port: 2222
2019-06-19 16:12:22 +02:00
media_player:
- platform: squeezebox
host: server
- platform: denonavr
host: avreceiver
2019-06-02 14:34:08 +02:00
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
2019-06-19 22:10:13 +02:00
scene: !include scenes.yaml