Skip to content

Commit

Permalink
Add redacted words
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 14, 2024
1 parent 53391ac commit 2fdc049
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions custom_components/bbox/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@
DEFAULT_REFRESH_RATE = 60

TO_REDACT = {
"username",
"password",
"account",
"api_key",
"bssid",
"encryption_password",
"encryption_salt",
"host",
"api_key",
"serial",
"system_serial",
"hostname",
"ip4_addr",
"ip6_addr",
"account",
"ipaddress",
"key",
"macaddress",
"passphrase",
"password",
"serial",
"starealmac",
"system_serial",
"username",
}

0 comments on commit 2fdc049

Please sign in to comment.