Improve translations and sensors for td and wm

This commit is contained in:
Andre Basche 2023-04-23 16:24:30 +02:00
parent c89521f169
commit c60d94a170
27 changed files with 637 additions and 109 deletions

View file

@ -59,6 +59,13 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
entity_category=EntityCategory.CONFIG,
translation_key="prewash",
),
HonSwitchEntityDescription(
key="startProgram.autoSoftenerStatus",
name="Keep Fresh",
entity_category=EntityCategory.CONFIG,
icon="mdi:refresh-circle",
translation_key="keep_fresh",
),
),
"TD": (
HonSwitchEntityDescription(