Skip to content
Snippets Groups Projects
Unverified Commit 166969c4 authored by Olen's avatar Olen Committed by GitHub
Browse files

Merge pull request #177 from Olen/integration_fix_2024_7

Adding max_sub_interval to the integral sensor
parents e867f36b 633cd492
Branches
Tags
No related merge requests found
......@@ -536,6 +536,7 @@ class PlantTotalLightIntegral(IntegrationSensor):
unique_id=f"{config.entry_id}-ppfd-integral",
unit_prefix=None,
unit_time=UnitOfTime.SECONDS,
max_sub_interval=None,
)
self._unit_of_measurement = UNIT_DLI
self._attr_icon = ICON_DLI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment