mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Revert "Replace Fitbit weight SensorStateClass measurement with total" (#89126)
This commit is contained in:
parent
08b3945d9b
commit
3614114a8f
@ -220,7 +220,7 @@ FITBIT_RESOURCES_LIST: Final[tuple[FitbitSensorEntityDescription, ...]] = (
|
|||||||
name="Weight",
|
name="Weight",
|
||||||
unit_type="weight",
|
unit_type="weight",
|
||||||
icon="mdi:human",
|
icon="mdi:human",
|
||||||
state_class=SensorStateClass.TOTAL,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
device_class=SensorDeviceClass.WEIGHT,
|
device_class=SensorDeviceClass.WEIGHT,
|
||||||
),
|
),
|
||||||
FitbitSensorEntityDescription(
|
FitbitSensorEntityDescription(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user