Update icons/translations

This commit is contained in:
Andre Basche 2023-07-10 00:19:43 +02:00
parent de844d96a5
commit 2e056aa8d6
24 changed files with 956 additions and 70 deletions

View file

@ -166,18 +166,21 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
HonNumberEntityDescription(
key="settings.aromaTimeOn",
name="Aroma Time On",
icon="mdi:thermometer",
icon="mdi:scent",
native_unit_of_measurement=UnitOfTime.SECONDS,
translation_key="aroma_time_on",
),
HonNumberEntityDescription(
key="settings.aromaTimeOff",
name="Aroma Time Off",
icon="mdi:thermometer",
icon="mdi:scent-off",
native_unit_of_measurement=UnitOfTime.SECONDS,
translation_key="aroma_time_off",
),
HonNumberEntityDescription(
key="settings.pollenLevel",
name="Pollen Level",
icon="mdi:flower-pollen",
translation_key="pollen_level",
),
),