ZWave component now reports init success

This commit is contained in:
Paulus Schoutsen 2015-03-03 08:49:31 -08:00
parent 2727fd12ee
commit b4f743bda3

View File

@ -122,3 +122,5 @@ def setup(hass, config):
hass.bus.listen_once(EVENT_HOMEASSISTANT_STOP, stop_zwave)
hass.bus.listen_once(EVENT_HOMEASSISTANT_START, start_zwave)
return True