Add `neutral current` sensor for Shelly 3EM (#97981)
parent
fc463e5831
commit
9910da2f3d
|
@ -97,6 +97,14 @@ SENSORS: Final = {
|
|||
device_class=SensorDeviceClass.CURRENT,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
("device", "neutralCurrent"): BlockSensorDescription(
|
||||
key="device|neutralCurrent",
|
||||
name="Neutral current",
|
||||
native_unit_of_measurement=UnitOfElectricCurrent.AMPERE,
|
||||
device_class=SensorDeviceClass.CURRENT,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
("light", "power"): BlockSensorDescription(
|
||||
key="light|power",
|
||||
name="Power",
|
||||
|
|
Loading…
Reference in New Issue