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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,7 +344,7 @@
},
"repeat": {
"options": {
"off": "Off",
"off": "[%key:common::state::off%]",
"all": "Repeat all",
"one": "Repeat one"
}