1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Remove coffee machine's hot water sensor's state class at Home Connect (#161246)

This commit is contained in:
J. Diego Rodríguez Royo
2026-02-02 21:30:43 +01:00
committed by GitHub
parent f49d4787be
commit 16cdfd05a0

View File

@@ -115,7 +115,6 @@ SENSORS = (
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement=UnitOfVolume.MILLILITERS,
device_class=SensorDeviceClass.VOLUME,
state_class=SensorStateClass.TOTAL_INCREASING,
translation_key="hot_water_counter",
),
HomeConnectSensorEntityDescription(