Closed martindybal closed 2 years ago
https://developers.home-assistant.io/docs/core/entity/sensor/
A lot of changes have happened in SensorEntity in the last six months. We should update our sensor and apply the changes.
native_value
native_unit_of_measurement
state
unit_of_measurement
state_class
measurement
total
total_increasing
https://developers.home-assistant.io/docs/core/entity/sensor/
A lot of changes have happened in SensorEntity in the last six months. We should update our sensor and apply the changes.
native_value
,native_unit_of_measurement
)state
,unit_of_measurement
)state_class
measurement
. There are newtotal
andtotal_increasing
.