mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Revert "Add state_class to EcoWittSensorTypes.DEGREE" (#134079)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user