Skip to content

Commit

Permalink
Merge pull request #309 from sparks1372/patch-1
Browse files Browse the repository at this point in the history
Update to expose CT3 of EDDI
  • Loading branch information
CJNE authored Mar 20, 2023
2 parents 6c8d509 + 2af594a commit 1cb45a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/myenergi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async def async_setup_entry(hass, entry, async_add_devices):
for key in device.ct_keys:
sensors.append(MyenergiCTEnergySensor(coordinator, device, entry, key))
# Zappi and harvi
if device.kind in [ZAPPI, HARVI]:
if device.kind in [ZAPPI, EDDI, HARVI]:
sensors.append(
MyenergiSensor(
coordinator,
Expand Down

0 comments on commit 1cb45a5

Please sign in to comment.