Remove native_unit_of_measurement from rfxtrx counters (#133108)

This commit is contained in:
Jan Rieger 2024-12-13 09:47:39 +01:00 committed by GitHub
parent 566843591e
commit 3d93561e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,13 +182,11 @@ SENSOR_TYPES = (
key="Count",
translation_key="count",
state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement="count",
),
RfxtrxSensorEntityDescription(
key="Counter value",
translation_key="counter_value",
state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement="count",
),
RfxtrxSensorEntityDescription(
key="Chill",