Redact unique id from diagnostics in blink (#106413)

redact unique id
This commit is contained in:
mkmer
2023-12-26 10:16:54 -05:00
committed by GitHub
parent e764372d1e
commit e9f28c2060
3 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ from homeassistant.core import HomeAssistant
from .const import DOMAIN
TO_REDACT = {"serial", "macaddress", "username", "password", "token"}
TO_REDACT = {"serial", "macaddress", "username", "password", "token", "unique_id"}
async def async_get_config_entry_diagnostics(