Replace "Off" in selector of media_player with common state (#141853)

This commit is contained in:
Norbert Rittel
2025-03-30 21:01:03 +02:00
committed by GitHub
parent 9c869fa701
commit aaea30bee0

View File

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