Skip to content

Commit

Permalink
Merge pull request #68 from WhiteWolf84/master-1
Browse files Browse the repository at this point in the history
Expose SessionID
  • Loading branch information
h4de5 authored Aug 15, 2023
2 parents 5c1acfd + 3127f96 commit cef1c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/vimar/vimar_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef1c09

Please sign in to comment.