mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
start translation of entity names
This commit is contained in:
parent
9370cf84b8
commit
90e02428e8
28 changed files with 4163 additions and 366 deletions
|
@ -25,6 +25,7 @@ SELECTS = {
|
|||
entity_category=EntityCategory.CONFIG,
|
||||
icon="mdi:numeric",
|
||||
unit_of_measurement=REVOLUTIONS_PER_MINUTE,
|
||||
translation_key="spin_speed",
|
||||
),
|
||||
SelectEntityDescription(
|
||||
key="startProgram.temp",
|
||||
|
@ -32,6 +33,7 @@ SELECTS = {
|
|||
entity_category=EntityCategory.CONFIG,
|
||||
icon="mdi:thermometer",
|
||||
unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||
translation_key="temperature",
|
||||
),
|
||||
SelectEntityDescription(
|
||||
key="startProgram.program",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue