homeassistant-config/config_creation/manual_config.yaml

45 lines
826 B
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
# Sensors
#sensor:
# Weather prediction
# - platform: yr
# Text to speech
tts:
- platform: google_translate
knx:
rate_limit: 20
tunneling:
host: 192.168.178.80 # knxd to work together with old home automation server
#host: 192.168.178.65 # network bridge
port: 3671
local_ip: 192.168.178.74
fhem:
host: 192.168.178.80
port: 7072
cul_device_name: CUL_HM
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml