Skip to content

Commit

Permalink
timer class
Browse files Browse the repository at this point in the history
  • Loading branch information
chomupashchuk committed Jun 1, 2022
1 parent 643068d commit 88e9e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ariston/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
PARAM_WATER_LAST_30D: [SENSOR_WATER_LAST_30D, DEVICE_CLASS_ENERGY, "mdi:cash", None],
PARAM_WATER_LAST_365D: [SENSOR_WATER_LAST_365D, DEVICE_CLASS_ENERGY, "mdi:cash", None],
PARAM_UNITS: [SENSOR_UNITS, None, "mdi:scale-balance", None],
PARAM_THERMAL_CLEANSE_CYCLE: [SENSOR_THERMAL_CLEANSE_CYCLE, DEVICE_CLASS_TIMESTAMP, "mdi:update", None],
PARAM_THERMAL_CLEANSE_CYCLE: [SENSOR_THERMAL_CLEANSE_CYCLE, None, "mdi:update", None],
PARAM_GAS_TYPE: [SENSOR_GAS_TYPE, None, "mdi:gas-cylinder", None],
PARAM_GAS_COST: [SENSOR_GAS_COST, None, "mdi:cash", None],
PARAM_ELECTRICITY_COST: [SENSOR_ELECTRICITY_COST, None, "mdi:cash", None],
Expand Down

0 comments on commit 88e9e29

Please sign in to comment.