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:
Norbert Rittel 2025-03-23 15:26:44 +01:00 committed by GitHub
parent 8869236e9c
commit 56f553e352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
}
}