mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +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,
|
||||
),
|
||||
EcoWittSensorTypes.DEGREE: SensorEntityDescription(
|
||||
key="DEGREE",
|
||||
native_unit_of_measurement=DEGREE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
key="DEGREE", native_unit_of_measurement=DEGREE
|
||||
),
|
||||
EcoWittSensorTypes.WATT_METERS_SQUARED: SensorEntityDescription(
|
||||
key="WATT_METERS_SQUARED",
|
||||
|
Reference in New Issue
Block a user