From 415cfc91905e8439210ead34d0ef67401192dd88 Mon Sep 17 00:00:00 2001 From: Tomaae <23486452+tomaae@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:20:46 +0100 Subject: [PATCH] Masking account information for cloud services #65 --- custom_components/truenas/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/truenas/const.py b/custom_components/truenas/const.py index 46598db..2a68fab 100644 --- a/custom_components/truenas/const.py +++ b/custom_components/truenas/const.py @@ -29,6 +29,8 @@ "system_serial", "ip4_addr", "ip6_addr", + "account", + "key", } SERVICE_CLOUDSYNC_RUN = "cloudsync_run"