mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Use common state for "Medium" in iron_os
(#142117)
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"slow": "[%key:component::iron_os::common::slow%]",
|
||||
"medium": "Medium",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"fast": "[%key:component::iron_os::common::fast%]"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user