mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Replace "On" and "Off" with common states in rfxtrx
(#141835)
Also fix sentence-casing on other "… on" and "… off" states.
This commit is contained in:
parent
4463e4c42b
commit
5a1aeff85c
@ -105,15 +105,15 @@
|
||||
"sound_15": "Sound 15",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"all_off": "All Off",
|
||||
"all_on": "All On",
|
||||
"all_off": "All off",
|
||||
"all_on": "All on",
|
||||
"scene": "Scene",
|
||||
"off": "Off",
|
||||
"on": "On",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]",
|
||||
"dim": "Dim",
|
||||
"bright": "Bright",
|
||||
"all_group_off": "All/group Off",
|
||||
"all_group_on": "All/group On",
|
||||
"all_group_off": "All/group off",
|
||||
"all_group_on": "All/group on",
|
||||
"chime": "Chime",
|
||||
"illegal_command": "Illegal command",
|
||||
"set_level": "Set level",
|
||||
|
Loading…
x
Reference in New Issue
Block a user