mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Typo
This commit is contained in:
parent
e548bd5312
commit
41a046a69d
@ -23,7 +23,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
controller = RainbirdController(_LOGGER)
|
controller = RainbirdController(_LOGGER)
|
||||||
controller.setConfig(server, password)
|
controller.setConfig(server, password)
|
||||||
_LOGGER.info("Rainbird Controller setup to " + str(server))
|
_LOGGER.info("Rainbird Controller set to " + str(server))
|
||||||
|
|
||||||
def startirrigation(call):
|
def startirrigation(call):
|
||||||
station_id = call.data.get('station')
|
station_id = call.data.get('station')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user