We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4dbf7b + 763d15a commit b5b5218Copy full SHA for b5b5218
custom_components/energidataservice/sensor.py
@@ -447,6 +447,7 @@ def _get_current_price(self) -> None:
447
"tomorrow_min": self._tomorrow_min or None,
448
"tomorrow_max": self._tomorrow_max or None,
449
"tomorrow_mean": self._tomorrow_mean or None,
450
+ "use_cent": self._cent,
451
"attribution": f"Data sourced from {self._api.source}",
452
}
453
0 commit comments