diff --git a/homeassistant/components/technove/diagnostics.py b/homeassistant/components/technove/diagnostics.py index 039143749d71..8d84b057c40b 100644 --- a/homeassistant/components/technove/diagnostics.py +++ b/homeassistant/components/technove/diagnostics.py @@ -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( diff --git a/tests/components/technove/snapshots/test_diagnostics.ambr b/tests/components/technove/snapshots/test_diagnostics.ambr index e16c51a2e98d..07ea1fb10556 100644 --- a/tests/components/technove/snapshots/test_diagnostics.ambr +++ b/tests/components/technove/snapshots/test_diagnostics.ambr @@ -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({