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):