From 163d95a8ded86a6bd48ab7aa0d8dffaeaa041a6d Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 16 Sep 2026 15:29:12 +0200 Subject: [PATCH] Deprecated port 443 settings --- configuration.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 1506ed9..bca5cab 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,12 +1,6 @@ # Configure a default setup of Home Assistant (frontend, api, etc) default_config: -# Enable SSL/TLS -http: - server_port: 443 - ssl_certificate: /ssl/fullchain.pem - ssl_key: /ssl/privkey.pem - # Text to speech tts: - platform: picotts_remote @@ -91,5 +85,3 @@ frontend: freedns: url: !secret freedns6_url -# - name: IPv4 -# url: !secret freedns4_url