Skip to content

Commit

Permalink
Fix for the fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE committed Mar 13, 2024
1 parent a1c4162 commit 4ee043a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions custom_components/myenergi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,6 @@ async def async_setup_entry(hass, entry, async_add_devices):

# Sensors common to Zapi and Eddi
if device.kind in [ZAPPI, EDDI]:
sensors.append(
MyenergiSensor(
coordinator,
device,
entry,
create_meta(
"Number of phases", "num_phases", ENTITY_CATEGORY_DIAGNOSTIC
),
)
)
sensors.append(
MyenergiSensor(
coordinator,
Expand Down

0 comments on commit 4ee043a

Please sign in to comment.