diff --git a/custom_components/energidataservice/sensor.py b/custom_components/energidataservice/sensor.py index 472007a..9572202 100644 --- a/custom_components/energidataservice/sensor.py +++ b/custom_components/energidataservice/sensor.py @@ -447,6 +447,7 @@ def _get_current_price(self) -> None: "tomorrow_min": self._tomorrow_min or None, "tomorrow_max": self._tomorrow_max or None, "tomorrow_mean": self._tomorrow_mean or None, + "use_cent": self._cent, "attribution": f"Data sourced from {self._api.source}", }