Skip to content

Commit

Permalink
Update coordinator.py
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Kusch <[email protected]>
  • Loading branch information
LarsK1 authored Dec 29, 2024
1 parent d25153e commit 054d581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/solvis_control/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ async def _async_update_data(self):
continue
if not self.option_heatpump and register.conf_option == 4:
continue
# Deivce SC3 - entity SC2
if self.supported_version == 1 and register.supported_version == 2:
continue
# Device SC2 - entity SC3
elif self.supported_version == 2 and register.supported_version == 1:
continue

Expand Down

0 comments on commit 054d581

Please sign in to comment.