mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Replace "Off" in selector of media_player
with common state (#141853)
This commit is contained in:
parent
9c869fa701
commit
aaea30bee0
@ -344,7 +344,7 @@
|
|||||||
},
|
},
|
||||||
"repeat": {
|
"repeat": {
|
||||||
"options": {
|
"options": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"all": "Repeat all",
|
"all": "Repeat all",
|
||||||
"one": "Repeat one"
|
"one": "Repeat one"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user