mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add neutral current
sensor for Shelly 3EM (#97981)
This commit is contained in:
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…
x
Reference in New Issue
Block a user