Dimmer service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user