diff --git a/src/models/export_home_assistant.py b/src/models/export_home_assistant.py index 10952a07..be4ee673 100644 --- a/src/models/export_home_assistant.py +++ b/src/models/export_home_assistant.py @@ -107,13 +107,13 @@ def export(self): self.last_x_day(5, "production") self.history_usage_point_id("production") - tempo_config = CONFIG.tempo_config() - if tempo_config and "enable" in tempo_config and tempo_config["enable"]: - self.tempo() - self.tempo_info() - self.tempo_days() - self.tempo_price() - self.ecowatt() + # tempo_config = CONFIG.tempo_config() + # if tempo_config and "enable" in tempo_config and tempo_config["enable"]: + self.tempo() + self.tempo_info() + self.tempo_days() + self.tempo_price() + self.ecowatt() def sensor(self, **kwargs): logging.info(