Use common states for "Low"/"Medium"/"High" in roborock (#142113)

This commit is contained in:
Norbert Rittel 2025-04-03 08:14:14 +02:00 committed by GitHub
parent df5cdf7de4
commit 03c70e18df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -368,12 +368,12 @@
"name": "Mop intensity", "name": "Mop intensity",
"state": { "state": {
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"low": "Low", "low": "[%key:common::state::low%]",
"mild": "Mild", "mild": "Mild",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"moderate": "Moderate", "moderate": "Moderate",
"max": "Max", "max": "Max",
"high": "High", "high": "[%key:common::state::high%]",
"intense": "Intense", "intense": "Intense",
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]", "custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
"custom_water_flow": "Custom water flow", "custom_water_flow": "Custom water flow",
@ -433,7 +433,7 @@
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"max": "[%key:component::roborock::entity::select::mop_intensity::state::max%]", "max": "[%key:component::roborock::entity::select::mop_intensity::state::max%]",
"max_plus": "Max plus", "max_plus": "Max plus",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"quiet": "Quiet", "quiet": "Quiet",
"silent": "Silent", "silent": "Silent",
"standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]", "standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]",