Skip to content

Commit

Permalink
fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Apr 1, 2024
1 parent 76a0810 commit 5a2649a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/stiebel_eltron_isg/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,15 @@ def create_volume_stream_entity_description(name, key):

ENERGY_DAILY_SENSOR_TYPES = [
create_daily_energy_entity_description(
"Produced Heating Today",
"Produced Heating Today",
PRODUCED_HEATING_TODAY,
),
create_daily_energy_entity_description(
"Produced Water Heating Today",
PRODUCED_WATER_HEATING_TODAY,
),
create_daily_energy_entity_description(
"Consumed Heating Today",
"Consumed Heating Today",
CONSUMED_HEATING_TODAY,
),
create_daily_energy_entity_description(
Expand Down

0 comments on commit 5a2649a

Please sign in to comment.