rework fpl api
This commit is contained in:
@@ -9,7 +9,7 @@ from .fplEntity import FplMoneyEntity
|
||||
class FplProjectedBillSensor(FplMoneyEntity):
|
||||
"""Projected bill sensor"""
|
||||
|
||||
_attr_state_class = STATE_CLASS_TOTAL
|
||||
# _attr_state_class = STATE_CLASS_TOTAL
|
||||
|
||||
def __init__(self, coordinator, config, account):
|
||||
super().__init__(coordinator, config, account, "Projected Bill")
|
||||
@@ -35,7 +35,7 @@ class FplProjectedBillSensor(FplMoneyEntity):
|
||||
class DeferedAmountSensor(FplMoneyEntity):
|
||||
"""Defered amount sensor"""
|
||||
|
||||
_attr_state_class = STATE_CLASS_TOTAL
|
||||
# _attr_state_class = STATE_CLASS_TOTAL
|
||||
|
||||
def __init__(self, coordinator, config, account):
|
||||
super().__init__(coordinator, config, account, "Defered Amount")
|
||||
@@ -50,7 +50,7 @@ class DeferedAmountSensor(FplMoneyEntity):
|
||||
class ProjectedBudgetBillSensor(FplMoneyEntity):
|
||||
"""projected budget bill sensor"""
|
||||
|
||||
_attr_state_class = STATE_CLASS_TOTAL
|
||||
# _attr_state_class = STATE_CLASS_TOTAL
|
||||
|
||||
def __init__(self, coordinator, config, account):
|
||||
super().__init__(coordinator, config, account, "Projected Budget Bill")
|
||||
@@ -63,7 +63,7 @@ class ProjectedBudgetBillSensor(FplMoneyEntity):
|
||||
class ProjectedActualBillSensor(FplMoneyEntity):
|
||||
"""projeted actual bill sensor"""
|
||||
|
||||
_attr_state_class = STATE_CLASS_TOTAL
|
||||
# _attr_state_class = STATE_CLASS_TOTAL
|
||||
|
||||
def __init__(self, coordinator, config, account):
|
||||
super().__init__(coordinator, config, account, "Projected Actual Bill")
|
||||
|
||||
Reference in New Issue
Block a user