Skip to content

Commit

Permalink
Extend redact_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Jul 12, 2024
1 parent 1ee625a commit fc20fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/pysmaplus/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fc20fef

Please sign in to comment.