mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
loging
This commit is contained in:
@@ -13,7 +13,7 @@ const {
|
||||
} = require('./constants');
|
||||
|
||||
async function turnOffRoomControls() {
|
||||
await homeAssistantService.setAllControllableEntitiesState('off');
|
||||
await homeAssistantService.setAllControllableEntitiesState('off', { source: 'idleService:turnOffRoomControls' });
|
||||
return { action: 'roomControlsOff' };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user