Home Assistant Unofficial Reference 2024.12.1
redact.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.helpers.redact
 

Functions

_T homeassistant.helpers.redact._ValueT (_T data, Iterable[Any]|Mapping[Any, Callable[[_ValueT], _ValueT]] to_redact)
 
dict homeassistant.helpers.redact._ValueT (Mapping data, Iterable[Any]|Mapping[Any, Callable[[_ValueT], _ValueT]] to_redact)
 
str homeassistant.helpers.redact.partial_redact (str|Any x, int unmasked_prefix=4, int unmasked_suffix=4)
 

Variables

string homeassistant.helpers.redact.REDACTED = "**REDACTED**"