From c655823d5dfbb3f28fd4efc3e84a1dd4872fabb3 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 7 Jan 2020 14:02:36 -0500 Subject: [PATCH] Remove legacy API authentication It's not being used, and it's configured differently now. Adding it back would require something to the tune of: homeassistant: auth_providers: - type: homeassistant - type: legacy_api_password api_password: !secret http_password --- configuration.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 75c31cd..bd2f9e0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -25,8 +25,6 @@ frontend: config: http: - # Secrets are defined in the file secrets.yaml - api_password: !secret http_password # Uncomment this if you are using SSL/TLS, running in Docker container, etc. base_url: hass.phoenixinquis.is-a-geek.org server_port: 8123