Bugfix in shutdown_devices call

This commit is contained in:
Paulus Schoutsen 2013-12-11 20:29:11 -08:00
parent e0c0493b7e
commit 9518a2a0b7

View File

@ -126,7 +126,7 @@ def setup(bus, statemachine):
logger.info(
"Everyone has left but there are devices on. Turning them off")
shutdown_devices(bus, statemachine)
general.shutdown_devices(bus, statemachine)
# Track home coming of each seperate device
for category in device_state_categories: