mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Switch zwave_js redact keys from tuple to set (#68375)
This commit is contained in:
parent
cca0ecc5da
commit
8220817d47
@ -15,7 +15,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||||||
from .const import DATA_CLIENT, DOMAIN
|
from .const import DATA_CLIENT, DOMAIN
|
||||||
from .helpers import get_home_and_node_id_from_device_entry
|
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(
|
async def async_get_config_entry_diagnostics(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user