diff --git a/homeassistant/components/romy/strings.json b/homeassistant/components/romy/strings.json index b8725624ac7..aa7bfe26ea0 100644 --- a/homeassistant/components/romy/strings.json +++ b/homeassistant/components/romy/strings.json @@ -21,7 +21,7 @@ "password": "[%key:common::config_flow::data::password%]" }, "data_description": { - "password": "(8 characters, see QR Code under the dustbin)." + "password": "(8 characters, see QR code under the dustbin)." } }, "zeroconf_confirm": { @@ -36,12 +36,12 @@ "fan_speed": { "state": { "default": "Default", + "auto": "[%key:common::state::auto%]", "normal": "[%key:common::state::normal%]", "high": "[%key:common::state::high%]", "intensive": "Intensive", "silent": "Silent", - "super_silent": "Super silent", - "auto": "Auto" + "super_silent": "Super silent" } } }