From 41a046a69d3c02a436649eb50f920eabefb3192c Mon Sep 17 00:00:00 2001 From: jbarrancos <31309880+jbarrancos@users.noreply.github.com> Date: Fri, 25 Aug 2017 00:08:40 +0200 Subject: [PATCH] Typo --- homeassistant/components/rainbird.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/rainbird.py b/homeassistant/components/rainbird.py index 836b0c69a62..5eef9913470 100644 --- a/homeassistant/components/rainbird.py +++ b/homeassistant/components/rainbird.py @@ -23,7 +23,7 @@ def setup(hass, config): controller = RainbirdController(_LOGGER) controller.setConfig(server, password) - _LOGGER.info("Rainbird Controller setup to " + str(server)) + _LOGGER.info("Rainbird Controller set to " + str(server)) def startirrigation(call): station_id = call.data.get('station')