This commit is contained in:
Fabian Affolter 2015-06-11 22:32:58 +02:00
parent f066c63900
commit 39ccd1b3a4

View file

@ -97,5 +97,5 @@ def setup(hass, config):
hass.bus.listen_once(EVENT_HOMEASSISTANT_START, start_modbus)
# Tells the bootstrapper that the component was succesfully initialized
# Tells the bootstrapper that the component was successfully initialized
return True