From 3127f967968d16a39eb6108545034b8d43c744de Mon Sep 17 00:00:00 2001 From: WhiteWolf84 <93442510+WhiteWolf84@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:39:21 +0200 Subject: [PATCH] Update vimar_entity.py Expose SessionID --- custom_components/vimar/vimar_entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/vimar/vimar_entity.py b/custom_components/vimar/vimar_entity.py index 72162e8..2092f15 100755 --- a/custom_components/vimar/vimar_entity.py +++ b/custom_components/vimar/vimar_entity.py @@ -240,6 +240,7 @@ def __init__(self, coordinator: VimarDataUpdateCoordinator): ), "Certificate": coordinator.vimarconnection._certificate, "Username": coordinator.vimarconnection._username, + "SessionID": coordinator.vimarconnection._session_id, } self._data = self._attributes self._state = False