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 c0ac329 commit ac676e1Copy full SHA for ac676e1
homeassistant/components/suez_water/coordinator.py
@@ -241,7 +241,6 @@ def _get_statistics_metadata(
241
) -> StatisticMetaData:
242
"""Build statistics metadata for requested configuration."""
243
return StatisticMetaData(
244
- has_mean=False,
245
mean_type=StatisticMeanType.NONE,
246
has_sum=True,
247
name=f"Suez water {name} {self._counter_id}",
0 commit comments