mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Clarify meaning of "level" in dynalite.request_channel_level
action (#141184)
Without context it's very difficult to come up with a good translation of "level" as there are many different words for this in other languages. This commit adds "brightness" to explain the meaning of "channel level" in `dynalite`.
This commit is contained in:
parent
8869236e9c
commit
56f553e352
@ -36,7 +36,7 @@
|
||||
},
|
||||
"request_channel_level": {
|
||||
"name": "Request channel level",
|
||||
"description": "Requests Dynalite to report the level of a specific channel.",
|
||||
"description": "Requests Dynalite to report the brightness level of a specific channel.",
|
||||
"fields": {
|
||||
"host": {
|
||||
"name": "[%key:common::config_flow::data::host%]",
|
||||
@ -48,7 +48,7 @@
|
||||
},
|
||||
"channel": {
|
||||
"name": "Channel",
|
||||
"description": "Channel to request the level for."
|
||||
"description": "Channel to request the brightness level for."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user