Skip to content

Commit

Permalink
Merge pull request #56 from heytcass/patch-1
Browse files Browse the repository at this point in the history
Thanks 👍
  • Loading branch information
barleybobs authored Sep 17, 2024
2 parents f5dadc6 + af6e4eb commit a5a6b0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/ecowater_softener/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class EcowaterSensorEntityDescription(SensorEntityDescription):
),
EcowaterSensorEntityDescription(
key=WATER_USAGE_DAILY_AVERAGE,
name="Water Used Per Day Average",
name="Average Water Used per Day",
icon="mdi:water",
),
EcowaterSensorEntityDescription(
Expand All @@ -72,22 +72,22 @@ class EcowaterSensorEntityDescription(SensorEntityDescription):
),
EcowaterSensorEntityDescription(
key=OUT_OF_SALT_ON,
name="Out of salt on",
name="Out of Salt On",
icon="mdi:calendar",
),
EcowaterSensorEntityDescription(
key=DAYS_UNTIL_OUT_OF_SALT,
name="Days until out of salt",
name="Days Until Out of Salt",
icon="mdi:calendar",
native_unit_of_measurement=UnitOfTime.DAYS,
),
EcowaterSensorEntityDescription(
key=RECHARGE_ENABLED,
name="Recharged enabled",
name="Recharge Enabled",
),
EcowaterSensorEntityDescription(
key=RECHARGE_SCHEDULED,
name="Recharged scheduled",
name="Recharge Scheduled",
),
)

Expand Down

0 comments on commit a5a6b0f

Please sign in to comment.