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.
1 parent a9c9f8b commit 8897c0fCopy full SHA for 8897c0f
zha/application/platforms/sensor/__init__.py
@@ -1143,7 +1143,7 @@ class Flow(Sensor):
1143
_divisor = 10
1144
_attr_native_unit_of_measurement = UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR
1145
1146
- def formatter(self, value: int) -> int | float | str | None:
+ def formatter(self, value: int) -> datetime | int | float | str | None:
1147
"""Handle unknown value state."""
1148
if value == 0xFFFF:
1149
return None
0 commit comments