mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user