Add redacted subscription data to SimpliSafe diagnostics (#65751)
This commit is contained in:
parent
b9b53bef00
commit
3387e8368b
4 changed files with 109 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue