1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Deprecate http.server_host option and raise issue if used (#155828)

This commit is contained in:
Erik Montnemery
2025-11-05 11:08:49 +01:00
committed by GitHub
parent 73c941f6c5
commit 47c2c61626
4 changed files with 105 additions and 4 deletions

View File

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