From 554ed1e9577d385c625146a9e3cbc8b4f22a0d64 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 6 Jun 2023 02:25:25 -0400 Subject: [PATCH] Add missing translation keys for Roborock mop intensity (#94088) --- homeassistant/components/roborock/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/roborock/strings.json b/homeassistant/components/roborock/strings.json index 1a65b636dfc..00ebd3833a8 100644 --- a/homeassistant/components/roborock/strings.json +++ b/homeassistant/components/roborock/strings.json @@ -90,8 +90,11 @@ "name": "Mop intensity", "state": { "off": "Off", + "low": "Low", "mild": "Mild", + "medium": "Medium", "moderate": "Moderate", + "high": "High", "intense": "Intense", "custom": "Custom" }