mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove suggested_uom from frequency in Enphase (#114340)
remove suggested_uom from frequency
This commit is contained in:
parent
0e12fea0cb
commit
afcc4b58f4
@ -276,7 +276,6 @@ CT_NET_CONSUMPTION_SENSORS = (
|
||||
native_unit_of_measurement=UnitOfFrequency.HERTZ,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
device_class=SensorDeviceClass.FREQUENCY,
|
||||
suggested_unit_of_measurement=UnitOfFrequency.HERTZ,
|
||||
suggested_display_precision=1,
|
||||
entity_registry_enabled_default=False,
|
||||
value_fn=lambda ct: ct.frequency,
|
||||
|
Loading…
x
Reference in New Issue
Block a user