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",
"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%]",