Skip to content

Commit

Permalink
Remove personal data into diagnostics file
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 30, 2023
1 parent b0a3c44 commit 5b831ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def diag(func: Callable[..., Any], *args: Any) -> None:
await diag(vehicle.async_get_climater_timer)
await diag(vehicle.async_get_capabilities)
await diag(vehicle.async_get_honkflash)
await diag(vehicle.async_get_personal_data)
# await diag(vehicle.async_get_personal_data)
await diag(vehicle.async_get_real_car_data)
await diag(vehicle.async_get_mbb_status)
await diag(vehicle.async_get_identity_data)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"issue_tracker": "https://github.com/cyr-ius/hass-audiconnect/issues",
"loggers": ["audiconnectpy"],
"requirements": ["audiconnectpy==1.4.9"],
"version": "1.4.1"
"version": "1.4.2"
}

0 comments on commit 5b831ca

Please sign in to comment.