mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Remove commented out API password from default config (#16147)
This commit is contained in:
parent
d21d7cef4c
commit
156c6e2025
@ -75,10 +75,8 @@ frontend:
|
|||||||
# Enables configuration UI
|
# Enables configuration UI
|
||||||
config:
|
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.
|
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||||
|
# http:
|
||||||
# base_url: example.duckdns.org:8123
|
# base_url: example.duckdns.org:8123
|
||||||
|
|
||||||
# Checks for available updates
|
# Checks for available updates
|
||||||
@ -126,7 +124,7 @@ script: !include scripts.yaml
|
|||||||
DEFAULT_SECRETS = """
|
DEFAULT_SECRETS = """
|
||||||
# Use this file to store secrets like usernames and passwords.
|
# Use this file to store secrets like usernames and passwords.
|
||||||
# Learn more at https://home-assistant.io/docs/configuration/secrets/
|
# Learn more at https://home-assistant.io/docs/configuration/secrets/
|
||||||
http_password: welcome
|
some_password: welcome
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user