Added groups to config generation

This commit is contained in:
Martin Bauer
2019-06-02 14:34:08 +02:00
parent 6d2a193fb4
commit 4f3c9abd0d
7 changed files with 252 additions and 46 deletions

View File

@@ -0,0 +1,44 @@
# 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