From fc20fef4446da00bf03474cfb502f9dd3f755428 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Fri, 12 Jul 2024 19:11:31 +0200 Subject: [PATCH] Extend redact_keys --- custom_components/pysmaplus/diagnostics.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/pysmaplus/diagnostics.py b/custom_components/pysmaplus/diagnostics.py index 7f91308..9f0c825 100644 --- a/custom_components/pysmaplus/diagnostics.py +++ b/custom_components/pysmaplus/diagnostics.py @@ -17,7 +17,8 @@ ) -REDACT_KEYS = {"host", "password", "group"} +REDACT_KEYS = {"host", "password", "group", "city", "federalState", + "latitude","longitude", "street", "streetNo", "zipCode"} async def getDevices(hass: HomeAssistant, entry_id: str):