Dimmer service

This commit is contained in:
Martin Bauer
2019-06-19 16:12:22 +02:00
parent 72b4d38e80
commit 20f43f4294
12 changed files with 146 additions and 45 deletions

View File

@@ -18,6 +18,13 @@ homeassistant:
cover.*:
half_position: 25
dimmer:
#logger:
# default: info
# logs:
# xknx.telegram: debug
# xknx.knx: debug
# Sensors
#sensor:
@@ -25,23 +32,41 @@ homeassistant:
# - platform: yr
# Text to speech
#tts:
## - platform: google_translate
# language: 'de'
# base_url: http://192.168.178.73:8123
tts:
- platform: google_translate
- 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: 192.168.178.80 # knxd to work together with old home automation server
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.74
local_ip: 192.168.178.73
fhem:
host: 192.168.178.80
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