Skip to content

Commit

Permalink
fixed lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
toggm committed Dec 5, 2024
1 parent ac3292b commit 60394fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/askoheat/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def available(self) -> bool:
and CONF_FEED_IN_ENABLED_SWITCH_ENTITY_DESCRIPTOR.data_key
in self.coordinator.data
and EMA_FEED_IN_VALUE_NUMBER_ENTITY_DESCRIPTOR.data_key
in self.coordinator.data
in self._ema_coordinator.data
)

@callback
Expand Down

0 comments on commit 60394fa

Please sign in to comment.