Set the correct state class for Eve Energy in homekit_controller (#81255)
This commit is contained in:
parent
d5a46c3a10
commit
eb76f9b3cb
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ async def test_eve_energy_setup(hass):
|
|||
entity_id="sensor.eve_energy_50ff_energy_kwh",
|
||||
unique_id="00:00:00:00:00:00_1_28_35",
|
||||
friendly_name="Eve Energy 50FF Energy kWh",
|
||||
capabilities={"state_class": SensorStateClass.MEASUREMENT},
|
||||
capabilities={"state_class": SensorStateClass.TOTAL_INCREASING},
|
||||
unit_of_measurement=ENERGY_KILO_WATT_HOUR,
|
||||
state="0.28999999165535",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue