From e61b4e38f09354057eaeaa69570edba8f5166c50 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 8 Sep 2021 21:28:58 +0200 Subject: [PATCH] Added MPD as media player. Configured TTS engine to use Google (for testing). --- configuration.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 569e662..dddd812 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -60,3 +60,14 @@ recorder: !include recorder.yaml device_tracker: - platform: bluetooth_le_tracker track_new_devices: true + +# Configure MPD addon as media player +media_player: + platform: mpd + host: 192.168.122.48 + scan_interval: 1 + +# Configure Text to speech engine +tts: + platform: google_translate + service_name: google_say