mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Replace duplicate keys with reference, improve field description (#138123)
- replace two fan_speed.name fields with references (analog to the fan_speed.description fields) - make the description field a little more informative (it presents a slider from 0 to 100 %)
This commit is contained in:
parent
31d2d968c4
commit
2f12187498
@ -110,7 +110,7 @@
|
||||
"fields": {
|
||||
"fan_speed": {
|
||||
"name": "Fan speed",
|
||||
"description": "Fan speed."
|
||||
"description": "Relative speed of the built-in fans."
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -119,7 +119,7 @@
|
||||
"description": "Sets the fan speed of the Away profile.",
|
||||
"fields": {
|
||||
"fan_speed": {
|
||||
"name": "Fan speed",
|
||||
"name": "[%key:component::vallox::services::set_profile_fan_speed_home::fields::fan_speed::name%]",
|
||||
"description": "[%key:component::vallox::services::set_profile_fan_speed_home::fields::fan_speed::description%]"
|
||||
}
|
||||
}
|
||||
@ -129,7 +129,7 @@
|
||||
"description": "Sets the fan speed of the Boost profile.",
|
||||
"fields": {
|
||||
"fan_speed": {
|
||||
"name": "Fan speed",
|
||||
"name": "[%key:component::vallox::services::set_profile_fan_speed_home::fields::fan_speed::name%]",
|
||||
"description": "[%key:component::vallox::services::set_profile_fan_speed_home::fields::fan_speed::description%]"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user