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
This commit is contained in:
Correl Roush 2020-01-07 14:02:36 -05:00
parent e9b567ef8d
commit c655823d5d
1 changed files with 0 additions and 2 deletions

View File

@ -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