mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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(
|
logger.info(
|
||||||
"Everyone has left but there are devices on. Turning them off")
|
"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
|
# Track home coming of each seperate device
|
||||||
for category in device_state_categories:
|
for category in device_state_categories:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user