Add icon translations to Switcher kis (#112296)
This commit is contained in:
parent
2e65952eae
commit
33c1e7d45d
3 changed files with 30 additions and 6 deletions
|
@ -40,12 +40,10 @@ TIME_SENSORS: list[SensorEntityDescription] = [
|
|||
SensorEntityDescription(
|
||||
key="remaining_time",
|
||||
translation_key="remaining_time",
|
||||
icon="mdi:av-timer",
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="auto_off_set",
|
||||
translation_key="auto_shutdown",
|
||||
icon="mdi:progress-clock",
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue