mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Redact network SSID in TechnoVE diagnostics (#180060)
This commit is contained in:
@@ -8,7 +8,7 @@ from homeassistant.core import HomeAssistant
|
||||
|
||||
from .coordinator import TechnoVEConfigEntry
|
||||
|
||||
TO_REDACT = {"unique_id", "mac_address"}
|
||||
TO_REDACT = {"mac_address", "network_ssid", "unique_id"}
|
||||
|
||||
|
||||
async def async_get_config_entry_diagnostics(
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
'max_current': 24,
|
||||
'max_station_current': 32,
|
||||
'name': 'TechnoVE Station',
|
||||
'network_ssid': 'Connecting...',
|
||||
'network_ssid': '**REDACTED**',
|
||||
'normal_period_active': False,
|
||||
'rssi': -82,
|
||||
'status': dict({
|
||||
|
||||
Reference in New Issue
Block a user