From db6dbd5f48fed4b25f9a129f0cc21385e2a832be Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 3 Jan 2020 23:05:44 +0100 Subject: [PATCH] serverport --- configuration.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 50b83c9..4319d99 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,14 +1,5 @@ - -# Configure a default setup of Home Assistant (frontend, api, etc) -default_config: - -# Uncomment this if you are using SSL/TLS, running in Docker container, etc. -# http: -# base_url: example.duckdns.org:8123 - -# Text to speech -tts: - - platform: google_translate +http: + server_port: 80 group: !include groups.yaml automation: !include automations.yaml