Skip to content

Commit

Permalink
change redacted information in diagnostic log
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored and Markus committed Nov 11, 2023
1 parent 04b3819 commit edf37c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/zcsmower/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
from .const import (
DOMAIN,
CONF_CLIENT_KEY,
CONF_TRACE_POSITION_ENABLE,
CONF_CAMERA_ENABLE,
CONF_MAP_HISTORY_ENABLE,
CONF_MAP_GPS_TOP_LEFT,
CONF_MAP_GPS_BOTTOM_RIGHT,
)

TO_REDACT = {
CONF_CLIENT_KEY,
CONF_TRACE_POSITION_ENABLE,
CONF_CAMERA_ENABLE,
CONF_MAP_HISTORY_ENABLE,
CONF_MAP_GPS_TOP_LEFT,
CONF_MAP_GPS_BOTTOM_RIGHT,
}
Expand Down

0 comments on commit edf37c3

Please sign in to comment.