mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
parent
e764372d1e
commit
e9f28c2060
@ -11,7 +11,7 @@ from homeassistant.core import HomeAssistant
|
|||||||
|
|
||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
|
|
||||||
TO_REDACT = {"serial", "macaddress", "username", "password", "token"}
|
TO_REDACT = {"serial", "macaddress", "username", "password", "token", "unique_id"}
|
||||||
|
|
||||||
|
|
||||||
async def async_get_config_entry_diagnostics(
|
async def async_get_config_entry_diagnostics(
|
||||||
|
@ -87,6 +87,7 @@ def mock_config_fixture():
|
|||||||
"device_id": "Home Assistant",
|
"device_id": "Home Assistant",
|
||||||
"uid": "BlinkCamera_e1233333e2-0909-09cd-777a-123456789012",
|
"uid": "BlinkCamera_e1233333e2-0909-09cd-777a-123456789012",
|
||||||
"token": "A_token",
|
"token": "A_token",
|
||||||
|
"unique_id": "an_email@email.com",
|
||||||
"host": "u034.immedia-semi.com",
|
"host": "u034.immedia-semi.com",
|
||||||
"region_id": "u034",
|
"region_id": "u034",
|
||||||
"client_id": 123456,
|
"client_id": 123456,
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
'region_id': 'u034',
|
'region_id': 'u034',
|
||||||
'token': '**REDACTED**',
|
'token': '**REDACTED**',
|
||||||
'uid': 'BlinkCamera_e1233333e2-0909-09cd-777a-123456789012',
|
'uid': 'BlinkCamera_e1233333e2-0909-09cd-777a-123456789012',
|
||||||
|
'unique_id': '**REDACTED**',
|
||||||
'username': '**REDACTED**',
|
'username': '**REDACTED**',
|
||||||
}),
|
}),
|
||||||
'disabled_by': None,
|
'disabled_by': None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user