make use of _attr_

This commit is contained in:
Yordan Suarez
2022-07-23 06:33:19 -04:00
parent 3130506860
commit a784fd314a
3 changed files with 29 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
"""Daily Usage Sensors"""
from homeassistant.components.sensor import STATE_CLASS_TOTAL_INCREASING
from datetime import timedelta
from homeassistant.components.sensor import STATE_CLASS_TOTAL_INCREASING
from .fplEntity import FplEnergyEntity, FplMoneyEntity