Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 28, 2023
1 parent 40db870 commit 5ab5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/openevse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def handle_state_change(

if changed_entity in [grid_sensor, solar_sensor]:
_LOGGER.debug(
"Sending sensor data to OpenEVSE: (soalr: %s) (grid: %s)", solar, grid
"Sending sensor data to OpenEVSE: (solar: %s) (grid: %s)", solar, grid
)
await manager.self_production(grid=grid, solar=solar, invert=invert)

Expand Down

0 comments on commit 5ab5e88

Please sign in to comment.