This commit is contained in:
jbarrancos 2017-08-25 00:08:40 +02:00 committed by GitHub
parent e548bd5312
commit 41a046a69d

View File

@ -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')