Replace Fitbit weight SensorStateClass measurement with total (#88118)
* Remove SensorStateClass.MEASUREMENT from weight * Using SensorStateClass.TOTAL for weight
This commit is contained in:
parent
aaf8196997
commit
9756131473
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ FITBIT_RESOURCES_LIST: Final[tuple[FitbitSensorEntityDescription, ...]] = (
|
|||
name="Weight",
|
||||
unit_type="weight",
|
||||
icon="mdi:human",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
state_class=SensorStateClass.TOTAL,
|
||||
device_class=SensorDeviceClass.WEIGHT,
|
||||
),
|
||||
FitbitSensorEntityDescription(
|
||||
|
|
Loading…
Add table
Reference in a new issue