We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4061cad commit bce8e75Copy full SHA for bce8e75
custom_components/daikin_onecta/coordinator.py
@@ -65,7 +65,7 @@ async def _async_update_data(self):
65
def update_settings(self, config_entry: ConfigEntry):
66
_LOGGER.debug("Daikin coordinator updating settings.")
67
self.options = config_entry.options
68
- self.update_interval = self.determine_update_interval()
+ self.update_interval = self.determine_update_interval(self.hass)
69
_LOGGER.info("Daikin coordinator changed interval to %s", self.update_interval)
70
71
def determine_update_interval(self, hass: HomeAssistant):
0 commit comments