Used secrets file to distinguish development vs. deployment
This commit is contained in:
@@ -54,19 +54,20 @@ cover_half:
|
||||
|
||||
tts:
|
||||
- platform: watson_tts
|
||||
watson_apikey: X_tnnoaZGOwxZlqUn07wkD2G-0vaaAuOw6I6d_6jpCf7
|
||||
watson_apikey: !secret watson_api_key
|
||||
watson_url: https://gateway-lon.watsonplatform.net/text-to-speech/api
|
||||
voice: de-DE_BirgitVoice
|
||||
output_format: audio/flac
|
||||
output_audio_rate: 44100
|
||||
|
||||
|
||||
knx:
|
||||
rate_limit: 20
|
||||
tunneling:
|
||||
host: server # knxd to work together with old home automation server
|
||||
#host: 192.168.178.65 # network bridge
|
||||
host: !secret knxd_host
|
||||
port: 3671
|
||||
local_ip: 192.168.178.76
|
||||
local_ip: !secret local_ip
|
||||
|
||||
|
||||
fhem:
|
||||
host: server
|
||||
@@ -91,7 +92,7 @@ media_player:
|
||||
vacuum:
|
||||
- platform: xiaomi_miio
|
||||
host: rockrobo
|
||||
token: 515a69497537766d4f7a38756b4b654d
|
||||
token: !secret local_ip
|
||||
|
||||
|
||||
group: !include groups.yaml
|
||||
|
||||
Reference in New Issue
Block a user