mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Remove native_unit_of_measurement
from rfxtrx counters (#133108)
This commit is contained in:
parent
566843591e
commit
3d93561e0a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user