From 7e615cb7fdde6de265384d2635072c07c4b66505 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 11 Mar 2021 10:16:52 +0100 Subject: [PATCH] Fixed string typos in Lutron and Roomba (#47745) --- homeassistant/components/lutron_caseta/strings.json | 2 +- homeassistant/components/roomba/strings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lutron_caseta/strings.json b/homeassistant/components/lutron_caseta/strings.json index 604a3c24ab2..9464523fcce 100644 --- a/homeassistant/components/lutron_caseta/strings.json +++ b/homeassistant/components/lutron_caseta/strings.json @@ -7,7 +7,7 @@ "description": "Couldn’t setup bridge (host: {host}) imported from configuration.yaml." }, "user": { - "title": "Automaticlly connect to the bridge", + "title": "Automatically connect to the bridge", "description": "Enter the IP address of the device.", "data": { "host": "[%key:common::config_flow::data::host%]" diff --git a/homeassistant/components/roomba/strings.json b/homeassistant/components/roomba/strings.json index 48e130df4f5..59039a8d276 100644 --- a/homeassistant/components/roomba/strings.json +++ b/homeassistant/components/roomba/strings.json @@ -3,7 +3,7 @@ "flow_title": "iRobot {name} ({host})", "step": { "init": { - "title": "Automaticlly connect to the device", + "title": "Automatically connect to the device", "description": "Select a Roomba or Braava.", "data": { "host": "[%key:common::config_flow::data::host%]"