mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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": {
|
||||
"options": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"all": "Repeat all",
|
||||
"one": "Repeat one"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user