Bump aioswitcher to 3.4.1 (#107730)
* switcher: added support for device_key logic included in aioswitcher==3.4.1 * switcher: small fix * switcher: after lint * switcher: fix missing device_key in tests * remove device_key function * fix missing device_key in tests
This commit is contained in:
parent
9036d67588
commit
bdba6f41c9
11 changed files with 27 additions and 9 deletions
|
@ -10,7 +10,7 @@ from homeassistant.core import HomeAssistant
|
|||
|
||||
from .const import DATA_DEVICE, DOMAIN
|
||||
|
||||
TO_REDACT = {"device_id", "ip_address", "mac_address"}
|
||||
TO_REDACT = {"device_id", "device_key", "ip_address", "mac_address"}
|
||||
|
||||
|
||||
async def async_get_config_entry_diagnostics(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue