Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Dec 9, 2024
1 parent e0736f0 commit 9062f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/openei/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
name="Fixed Charge (first meter)",
icon="mdi:cash-multiple",
entity_category=EntityCategory.DIAGNOSTIC,
),
),
}

BINARY_SENSORS: Final[dict[str, BinarySensorEntityDescription]] = {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ async def test_sensors(hass, mock_api, caplog):

state = hass.states.get(FAKE_FIXEDCHARGE_SENSOR)
assert state is not None
assert state.state == "16.91"
assert state.state == "16.91"

0 comments on commit 9062f96

Please sign in to comment.