find($entityId); if ($entity === null || ! in_array($entity->type, ['switch', 'light'], true)) { return; } app(DeviceCommandService::class)->toggle($entity); } }