Skip to content

Commit ac676e1

Browse files
authored
Remove has_mean from suez_water external statistics (home-assistant#153986)
1 parent c0ac329 commit ac676e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

homeassistant/components/suez_water/coordinator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def _get_statistics_metadata(
241241
) -> StatisticMetaData:
242242
"""Build statistics metadata for requested configuration."""
243243
return StatisticMetaData(
244-
has_mean=False,
245244
mean_type=StatisticMeanType.NONE,
246245
has_sum=True,
247246
name=f"Suez water {name} {self._counter_id}",

0 commit comments

Comments
 (0)