From 2fdc0491f5046cb648828c0c48d3855dafe3b08f Mon Sep 17 00:00:00 2001 From: cyr-ius Date: Sat, 14 Dec 2024 10:20:29 +0100 Subject: [PATCH] Add redacted words --- custom_components/bbox/const.py | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/custom_components/bbox/const.py b/custom_components/bbox/const.py index 107dc76..035fa78 100644 --- a/custom_components/bbox/const.py +++ b/custom_components/bbox/const.py @@ -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", }