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

Do not redact diagnostics empty key (#69160)

This commit is contained in:
ollo69
2022-04-03 13:17:08 +02:00
committed by GitHub
parent d7992c1e87
commit 0876239927
4 changed files with 15 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ def mock_config_entry() -> MockConfigEntry:
data={
CONF_HOST: "192.168.1.2",
CONF_PORT: 6053,
CONF_PASSWORD: "",
CONF_PASSWORD: "pwd",
CONF_NOISE_PSK: "12345678123456781234567812345678",
},
unique_id="esphome-device",