Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Apr 23, 2023
1 parent c26a65c commit f569ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powercalc/sensors/energy.py
Expand Up @@ -92,7 +92,7 @@ async def create_energy_sensor(
if unit_prefix == UnitPrefix.NONE:
unit_prefix = None

_LOGGER.debug("Creating energy sensor: %s, %s", name, entity_id)
_LOGGER.debug("Creating energy sensor: %s", name)
return VirtualEnergySensor(
source_entity=power_sensor.entity_id,
unique_id=unique_id,
Expand Down

0 comments on commit f569ee1

Please sign in to comment.