Factored Client code out & implemented LIRC network listener
This commit is contained in:
@@ -31,17 +31,13 @@ dimmer:
|
||||
# Weather prediction
|
||||
# - platform: yr
|
||||
|
||||
# Text to speech
|
||||
#tts:
|
||||
## - platform: google_translate
|
||||
# language: 'de'
|
||||
# base_url: http://192.168.178.73:8123
|
||||
tts:
|
||||
- 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
|
||||
output_format: audio/flac
|
||||
output_audio_rate: 44100
|
||||
|
||||
knx:
|
||||
rate_limit: 20
|
||||
@@ -57,6 +53,13 @@ fhem:
|
||||
cul_device_name: CUL_HM
|
||||
|
||||
|
||||
lirc_network:
|
||||
- host: kitchenpi
|
||||
port: 2222
|
||||
- host: bedroompi
|
||||
port: 2222
|
||||
|
||||
|
||||
media_player:
|
||||
- platform: squeezebox
|
||||
host: server
|
||||
@@ -66,7 +69,6 @@ media_player:
|
||||
|
||||
|
||||
|
||||
|
||||
group: !include groups.yaml
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
|
||||
Reference in New Issue
Block a user