From 24fab837af193cd3fb5e6c48f0ce6dd899e35b38 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Wed, 14 Jul 2021 22:37:17 -0400 Subject: [PATCH] comment default stuff --- scripts/services/homeassistant/init.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/services/homeassistant/init.sh b/scripts/services/homeassistant/init.sh index aba0bb3..aefdcec 100755 --- a/scripts/services/homeassistant/init.sh +++ b/scripts/services/homeassistant/init.sh @@ -38,13 +38,13 @@ cat >> ${HASS_CONFIG}<< EOF default_config: # Text to speech -tts: - - platform: google_translate +#tts: +# - platform: google_translate -group: !include groups.yaml -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml +#group: !include groups.yaml +#automation: !include automations.yaml +#script: !include scripts.yaml +#scene: !include scenes.yaml http: use_x_forwarded_for: true