mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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,
|
||||
),
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user