mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Revert "Add state_class to EcoWittSensorTypes.DEGREE" (#134079)
This commit is contained in:
parent
415fdf4956
commit
f8399b2c0f
@ -65,9 +65,7 @@ ECOWITT_SENSORS_MAPPING: Final = {
|
|||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
EcoWittSensorTypes.DEGREE: SensorEntityDescription(
|
EcoWittSensorTypes.DEGREE: SensorEntityDescription(
|
||||||
key="DEGREE",
|
key="DEGREE", native_unit_of_measurement=DEGREE
|
||||||
native_unit_of_measurement=DEGREE,
|
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
|
||||||
),
|
),
|
||||||
EcoWittSensorTypes.WATT_METERS_SQUARED: SensorEntityDescription(
|
EcoWittSensorTypes.WATT_METERS_SQUARED: SensorEntityDescription(
|
||||||
key="WATT_METERS_SQUARED",
|
key="WATT_METERS_SQUARED",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user