Switch zwave_js redact keys from tuple to set (#68375)

This commit is contained in:
Raman Gupta 2022-03-19 11:26:44 -04:00 committed by GitHub
parent cca0ecc5da
commit 8220817d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
from .const import DATA_CLIENT, DOMAIN
from .helpers import get_home_and_node_id_from_device_entry
TO_REDACT = ("homeId", "location")
TO_REDACT = {"homeId", "location"}
async def async_get_config_entry_diagnostics(