mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 10:17:26 -05:00
Fix M1S-T500 update error (#169651)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bdb66635f8
commit
5e8886aeb7
@@ -145,10 +145,9 @@ SENSOR_DESCRIPTIONS = {
|
||||
key=str(ExtendedSensorDeviceClass.SCORE),
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
# Counting during brushing
|
||||
(ExtendedSensorDeviceClass.COUNTER, Units.TIME_SECONDS): SensorEntityDescription(
|
||||
# Counter of brushing
|
||||
(ExtendedSensorDeviceClass.COUNTER, None): SensorEntityDescription(
|
||||
key=str(ExtendedSensorDeviceClass.COUNTER),
|
||||
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
# Key id for locks and fingerprint readers
|
||||
|
||||
Reference in New Issue
Block a user