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"