1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

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
@@ -344,7 +344,7 @@
},
"repeat": {
"options": {
"off": "Off",
"off": "[%key:common::state::off%]",
"all": "Repeat all",
"one": "Repeat one"
}