mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bugfix in shutdown_devices call
This commit is contained in:
parent
e0c0493b7e
commit
9518a2a0b7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user