Add missing Edl21 sensor 1-0:0.0.0*255 (#87389)

* Added missing sensor.

* OwnerShip entity is disabled by default.
pull/85518/head^2
Stephan Uhle 2023-03-03 13:44:57 +01:00 committed by GitHub
parent 0598417894
commit 9736fe1f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
# A=1: Electricity
# C=0: General purpose objects
# 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(
key="1-0:0.0.9*255", name="Electricity ID", icon="mdi:flash"
),