[go: nahoru, domu]

Skip to content

Commit

Permalink
Change state class of JciHitachiMonthlyPowerConsumptionSensorEntity t… (
Browse files Browse the repository at this point in the history
  • Loading branch information
RiANOl committed May 14, 2023
1 parent ffcfe99 commit edebf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/jcihitachi_tw/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def unique_id(self):

@property
def state_class(self):
return STATE_CLASS_MEASUREMENT
return None

class JciHitachiMonthIndicatorSensorEntity(JciHitachiEntity, SensorEntity):
def __init__(self, thing, coordinator):
Expand Down

0 comments on commit edebf28

Please sign in to comment.