Add redacted subscription data to SimpliSafe diagnostics (#65751)

This commit is contained in:
Aaron Bach 2022-02-05 00:41:12 -07:00 committed by GitHub
parent b9b53bef00
commit 3387e8368b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 109 additions and 3 deletions

View file

@ -449,6 +449,7 @@ class SimpliSafe:
self._websocket_reconnect_task: asyncio.Task | None = None
self.entry = entry
self.initial_event_to_use: dict[int, dict[str, Any]] = {}
self.subscription_data: dict[int, Any] = api.subscription_data
self.systems: dict[int, SystemType] = {}
# This will get filled in by async_init: