mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix "set" / "sets" in action names and descriptions, spelling of "dB" (#135659)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"description": "Sets the \"Desk mode\" slider of the speaker in dB.",
|
||||
"fields": {
|
||||
"db_value": {
|
||||
"name": "DB value",
|
||||
"name": "dB value",
|
||||
"description": "Value of the slider."
|
||||
}
|
||||
}
|
||||
@@ -75,8 +75,8 @@
|
||||
}
|
||||
},
|
||||
"set_low_hz": {
|
||||
"name": "Sets low Hertz",
|
||||
"description": "Set the \"Sub out low-pass frequency\" slider of the speaker in Hz.",
|
||||
"name": "Set low Hertz",
|
||||
"description": "Sets the \"Sub out low-pass frequency\" slider of the speaker in Hz.",
|
||||
"fields": {
|
||||
"hz_value": {
|
||||
"name": "[%key:component::kef::services::set_high_hz::fields::hz_value::name%]",
|
||||
@@ -85,8 +85,8 @@
|
||||
}
|
||||
},
|
||||
"set_sub_db": {
|
||||
"name": "Sets subwoofer dB",
|
||||
"description": "Set the \"Sub gain\" slider of the speaker in dB.",
|
||||
"name": "Set subwoofer dB",
|
||||
"description": "Sets the \"Sub gain\" slider of the speaker in dB.",
|
||||
"fields": {
|
||||
"db_value": {
|
||||
"name": "[%key:component::kef::services::set_desk_db::fields::db_value::name%]",
|
||||
|
Reference in New Issue
Block a user