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

Expose if HTTP is configured for SSL (#64940)

This commit is contained in:
Paulus Schoutsen
2022-01-26 00:34:48 -08:00
committed by GitHub
parent 149cd8e319
commit 9cbdd36082
2 changed files with 7 additions and 4 deletions

View File

@@ -427,6 +427,7 @@ async def test_websocket_status(
"remote_domain": None,
"remote_connected": False,
"remote_certificate": None,
"http_use_ssl": False,
}