Add missing Edl21 sensor 1-0:0.0.0*255 (#87389)
* Added missing sensor. * OwnerShip entity is disabled by default.pull/85518/head^2
parent
0598417894
commit
9736fe1f99
|
@ -53,6 +53,14 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||||
# A=1: Electricity
|
# A=1: Electricity
|
||||||
# C=0: General purpose objects
|
# C=0: General purpose objects
|
||||||
# D=0: Free ID-numbers for utilities
|
# D=0: Free ID-numbers for utilities
|
||||||
|
# E=0 Ownership ID
|
||||||
|
SensorEntityDescription(
|
||||||
|
key="1-0:0.0.0*255",
|
||||||
|
name="Ownership ID",
|
||||||
|
icon="mdi:flash",
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
|
),
|
||||||
|
# E=9: Electrity ID
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="1-0:0.0.9*255", name="Electricity ID", icon="mdi:flash"
|
key="1-0:0.0.9*255", name="Electricity ID", icon="mdi:flash"
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue