Skip to content

Commit

Permalink
Remove incorrect state_class #140
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Sep 16, 2024
1 parent f957022 commit 336d5ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/zonneplan_one/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ class ZonneplanButtonEntityDescription(ButtonEntityDescription):
device_class=SensorDeviceClass.MONETARY,
native_unit_of_measurement='EUR',
entity_registry_enabled_default=True,
state_class=SensorStateClass.TOTAL_INCREASING,
),
"charging_cost_total": ZonneplanSensorEntityDescription(
key="charge_point_data.meta.charging_cost_total",
Expand All @@ -606,7 +605,6 @@ class ZonneplanButtonEntityDescription(ButtonEntityDescription):
device_class=SensorDeviceClass.MONETARY,
native_unit_of_measurement='EUR',
entity_registry_enabled_default=True,
state_class=SensorStateClass.TOTAL_INCREASING,
),
"session_average_cost_in_cents": ZonneplanSensorEntityDescription(
key="charge_point_data.meta.session_average_cost_in_cents",
Expand Down

0 comments on commit 336d5ed

Please sign in to comment.