mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Create issue to warn against using http.server_host in supervised installs (#155837)
This commit is contained in:
@@ -137,7 +137,6 @@ def test_secrets() -> None:
|
||||
"server_port": 8123,
|
||||
"ssl_profile": "modern",
|
||||
"use_x_frame_options": True,
|
||||
"server_host": ["0.0.0.0", "::"],
|
||||
}
|
||||
assert res["secret_cache"] == {
|
||||
get_test_config_dir("secrets.yaml"): {"http_pw": "http://google.com"}
|
||||
|
||||
Reference in New Issue
Block a user