mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common states for "Low"/"Medium"/"High" in roborock
(#142113)
This commit is contained in:
parent
df5cdf7de4
commit
03c70e18df
@ -368,12 +368,12 @@
|
||||
"name": "Mop intensity",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "Low",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"mild": "Mild",
|
||||
"medium": "Medium",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"moderate": "Moderate",
|
||||
"max": "Max",
|
||||
"high": "High",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"intense": "Intense",
|
||||
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
|
||||
"custom_water_flow": "Custom water flow",
|
||||
@ -433,7 +433,7 @@
|
||||
"off": "[%key:common::state::off%]",
|
||||
"max": "[%key:component::roborock::entity::select::mop_intensity::state::max%]",
|
||||
"max_plus": "Max plus",
|
||||
"medium": "Medium",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"quiet": "Quiet",
|
||||
"silent": "Silent",
|
||||
"standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user